Documentation ¶
Index ¶
- type Manifest
- func (*Manifest) Descriptor() ([]byte, []int)
- func (m *Manifest) GetChunkSize() uint32
- func (m *Manifest) GetFanout() uint32
- func (m *Manifest) GetRoot() []byte
- func (m *Manifest) GetSize() uint64
- func (*Manifest) ProtoMessage()
- func (m *Manifest) Reset()
- func (m *Manifest) String() string
- func (m *Manifest) ToBlob(type_ string) (*blobs.Manifest, error)
- func (m *Manifest) XXX_DiscardUnknown()
- func (m *Manifest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Manifest) XXX_Merge(src proto.Message)
- func (m *Manifest) XXX_Size() int
- func (m *Manifest) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest struct { Root []byte `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty"` Size uint64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` ChunkSize uint32 `protobuf:"varint,3,opt,name=chunkSize,proto3" json:"chunkSize,omitempty"` Fanout uint32 `protobuf:"varint,4,opt,name=fanout,proto3" json:"fanout,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Manifest) Descriptor ¶
func (*Manifest) GetChunkSize ¶
func (*Manifest) ProtoMessage ¶
func (*Manifest) ProtoMessage()
func (*Manifest) XXX_DiscardUnknown ¶
func (m *Manifest) XXX_DiscardUnknown()
func (*Manifest) XXX_Marshal ¶
func (*Manifest) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.