Documentation ¶
Index ¶
- Variables
- type FullState
- func (*FullState) Descriptor() ([]byte, []int)
- func (m *FullState) Marshal() (dAtA []byte, err error)
- func (m *FullState) MarshalTo(dAtA []byte) (int, error)
- func (m *FullState) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*FullState) ProtoMessage()
- func (m *FullState) Reset()
- func (m *FullState) Size() (n int)
- func (m *FullState) String() string
- func (m *FullState) Unmarshal(dAtA []byte) error
- func (m *FullState) XXX_DiscardUnknown()
- func (m *FullState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FullState) XXX_Merge(src proto.Message)
- func (m *FullState) XXX_Size() int
- func (m *FullState) XXX_Unmarshal(b []byte) error
- type Part
- func (*Part) Descriptor() ([]byte, []int)
- func (m *Part) Marshal() (dAtA []byte, err error)
- func (m *Part) MarshalTo(dAtA []byte) (int, error)
- func (m *Part) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Part) ProtoMessage()
- func (m *Part) Reset()
- func (m *Part) Size() (n int)
- func (m *Part) String() string
- func (m *Part) Unmarshal(dAtA []byte) error
- func (m *Part) XXX_DiscardUnknown()
- func (m *Part) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Part) XXX_Merge(src proto.Message)
- func (m *Part) XXX_Size() int
- func (m *Part) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type FullState ¶
type FullState struct { Parts []Part `protobuf:"bytes,1,rep,name=parts,proto3" json:"parts"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FullState) Descriptor ¶
func (*FullState) MarshalToSizedBuffer ¶ added in v0.19.0
func (*FullState) ProtoMessage ¶
func (*FullState) ProtoMessage()
func (*FullState) XXX_DiscardUnknown ¶ added in v0.17.0
func (m *FullState) XXX_DiscardUnknown()
func (*FullState) XXX_Marshal ¶ added in v0.17.0
func (*FullState) XXX_Unmarshal ¶ added in v0.17.0
type Part ¶
type Part struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Part) Descriptor ¶
func (*Part) MarshalToSizedBuffer ¶ added in v0.19.0
func (*Part) ProtoMessage ¶
func (*Part) ProtoMessage()
func (*Part) XXX_DiscardUnknown ¶ added in v0.17.0
func (m *Part) XXX_DiscardUnknown()
func (*Part) XXX_Marshal ¶ added in v0.17.0
func (*Part) XXX_Unmarshal ¶ added in v0.17.0
Click to show internal directories.
Click to hide internal directories.