logos-storage-go/codexmanifest/codex_manifest.go
2025-10-30 02:23:23 +01:00

12 lines
185 B
Go

package codexmanifest
type CodexManifest struct {
Cid string
TreeCid string
DatasetSize int
BlockSize int
Filename string
Mimetype string
Protected bool
}