Documentation ¶
Index ¶
- Variables
- type CidEntry
- func (*CidEntry) Descriptor() ([]byte, []int)
- func (m *CidEntry) GetCreateTime() int64
- func (m *CidEntry) GetRefs() int32
- func (m *CidEntry) GetSize_() uint64
- func (m *CidEntry) GetUpdateTime() int64
- func (m *CidEntry) Marshal() (dAtA []byte, err error)
- func (m *CidEntry) MarshalTo(dAtA []byte) (int, error)
- func (m *CidEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CidEntry) ProtoMessage()
- func (m *CidEntry) Reset()
- func (m *CidEntry) Size() (n int)
- func (m *CidEntry) String() string
- func (m *CidEntry) Unmarshal(dAtA []byte) error
- func (m *CidEntry) XXX_DiscardUnknown()
- func (m *CidEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CidEntry) XXX_Merge(src proto.Message)
- func (m *CidEntry) XXX_Size() int
- func (m *CidEntry) XXX_Unmarshal(b []byte) error
- type CidList
- func (*CidList) Descriptor() ([]byte, []int)
- func (m *CidList) GetCids() [][]byte
- func (m *CidList) Marshal() (dAtA []byte, err error)
- func (m *CidList) MarshalTo(dAtA []byte) (int, error)
- func (m *CidList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CidList) ProtoMessage()
- func (m *CidList) Reset()
- func (m *CidList) Size() (n int)
- func (m *CidList) String() string
- func (m *CidList) Unmarshal(dAtA []byte) error
- func (m *CidList) XXX_DiscardUnknown()
- func (m *CidList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CidList) XXX_Merge(src proto.Message)
- func (m *CidList) XXX_Size() int
- func (m *CidList) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type CidEntry ¶
type CidEntry struct { Size_ uint64 `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"` CreateTime int64 `protobuf:"varint,2,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime int64 `protobuf:"varint,3,opt,name=updateTime,proto3" json:"updateTime,omitempty"` Refs int32 `protobuf:"varint,4,opt,name=refs,proto3" json:"refs,omitempty"` }
func (*CidEntry) Descriptor ¶
func (*CidEntry) GetCreateTime ¶
func (*CidEntry) GetUpdateTime ¶
func (*CidEntry) MarshalToSizedBuffer ¶
func (*CidEntry) ProtoMessage ¶
func (*CidEntry) ProtoMessage()
func (*CidEntry) XXX_DiscardUnknown ¶
func (m *CidEntry) XXX_DiscardUnknown()
func (*CidEntry) XXX_Marshal ¶
func (*CidEntry) XXX_Unmarshal ¶
type CidList ¶
type CidList struct {
Cids [][]byte `protobuf:"bytes,1,rep,name=cids,proto3" json:"cids,omitempty"`
}
func (*CidList) Descriptor ¶
func (*CidList) MarshalToSizedBuffer ¶
func (*CidList) ProtoMessage ¶
func (*CidList) ProtoMessage()
func (*CidList) XXX_DiscardUnknown ¶
func (m *CidList) XXX_DiscardUnknown()
func (*CidList) XXX_Marshal ¶
func (*CidList) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.