Documentation ¶
Overview ¶
Package clusterpb is a generated protocol buffer package.
It is generated from these files:
cluster.proto
It has these top-level messages:
Part FullState
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 (*FullState) ProtoMessage()
- func (m *FullState) Reset()
- func (m *FullState) Size() (n int)
- func (m *FullState) String() string
- func (m *FullState) Unmarshal(dAtA []byte) error
- type Part
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthCluster = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCluster = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type FullState ¶
type FullState struct {
Parts []Part `protobuf:"bytes,1,rep,name=parts" json:"parts"`
}
func (*FullState) Descriptor ¶
func (*FullState) ProtoMessage ¶
func (*FullState) ProtoMessage()
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"` }
func (*Part) Descriptor ¶
func (*Part) ProtoMessage ¶
func (*Part) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.