mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-21 10:21:20 +08:00
feat.Penguin Logistics Online Network Distribution System
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Plonds.Shared.Models;
|
||||
|
||||
public sealed record PlondsMetadataCatalog(
|
||||
string ProtocolName,
|
||||
string ProtocolVersion,
|
||||
string StorageRoot,
|
||||
string MetaRoot,
|
||||
IReadOnlyList<PlondsChannelPointer> Latest,
|
||||
IReadOnlyDictionary<string, string>? Metadata = null);
|
||||
|
||||
Reference in New Issue
Block a user