mirror of
https://github.com/logos-storage/logos-storage-go.git
synced 2026-01-04 06:13:07 +00:00
12 lines
185 B
Go
12 lines
185 B
Go
package codexmanifest
|
|
|
|
type CodexManifest struct {
|
|
Cid string
|
|
TreeCid string
|
|
DatasetSize int
|
|
BlockSize int
|
|
Filename string
|
|
Mimetype string
|
|
Protected bool
|
|
}
|