Documentation ¶
Overview ¶
Package wire is a generated protocol buffer package.
It is generated from these files:
bazil.org/bazil/cas/wire/manifest.proto
It has these top-level messages:
Manifest
Index ¶
- type Manifest
- func (m *Manifest) GetChunkSize() uint32
- func (m *Manifest) GetFanout() uint32
- func (m *Manifest) GetSize_() uint64
- func (m *Manifest) Marshal() (data []byte, err error)
- func (m *Manifest) MarshalTo(data []byte) (n int, err error)
- func (*Manifest) ProtoMessage()
- func (m *Manifest) Reset()
- func (m *Manifest) Size() (n int)
- func (m *Manifest) String() string
- func (m *Manifest) ToBlob(type_ string) *blobs.Manifest
- func (m *Manifest) Unmarshal(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest struct { Root bazil_org_bazil_cas.Key `protobuf:"bytes,1,req,name=root,customtype=bazil.org/bazil/cas.Key" json:"root"` Size_ uint64 `protobuf:"varint,2,req,name=size" json:"size"` ChunkSize uint32 `protobuf:"varint,3,req,name=chunkSize" json:"chunkSize"` Fanout uint32 `protobuf:"varint,4,req,name=fanout" json:"fanout"` XXX_unrecognized []byte `json:"-"` }
func (*Manifest) GetChunkSize ¶
func (*Manifest) ProtoMessage ¶
func (*Manifest) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.