MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / AssetMeta

Struct AssetMeta

apps/server/internal/vault/types.go:139–146  ·  view source on GitHub ↗

AssetMeta — mirrors shared/ipc.ts AssetMeta.

Source from the content-addressed store, hash-verified

137
138// AssetMeta — mirrors shared/ipc.ts AssetMeta.
139type AssetMeta struct {
140 Path string `json:"path"`
141 Name string `json:"name"`
142 Kind string `json:"kind"`
143 SiblingOrder int `json:"siblingOrder"`
144 Size int64 `json:"size"`
145 UpdatedAt int64 `json:"updatedAt"`
146}
147
148// ImportedAsset — mirrors shared/ipc.ts ImportedAsset.
149type ImportedAsset struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected