Documentation ¶
Index ¶
- Variables
- type ChangeSet
- func (*ChangeSet) Descriptor() ([]byte, []int)
- func (m *ChangeSet) GetPairs() []*KVPair
- func (m *ChangeSet) Marshal() (dAtA []byte, err error)
- func (m *ChangeSet) MarshalTo(dAtA []byte) (int, error)
- func (m *ChangeSet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ChangeSet) ProtoMessage()
- func (m *ChangeSet) Reset()
- func (m *ChangeSet) Size() (n int)
- func (m *ChangeSet) String() string
- func (m *ChangeSet) Unmarshal(dAtA []byte) error
- func (m *ChangeSet) XXX_DiscardUnknown()
- func (m *ChangeSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChangeSet) XXX_Merge(src proto.Message)
- func (m *ChangeSet) XXX_Size() int
- func (m *ChangeSet) XXX_Unmarshal(b []byte) error
- type KVPair
- func (*KVPair) Descriptor() ([]byte, []int)
- func (m *KVPair) GetDelete() bool
- func (m *KVPair) GetKey() []byte
- func (m *KVPair) GetValue() []byte
- func (m *KVPair) Marshal() (dAtA []byte, err error)
- func (m *KVPair) MarshalTo(dAtA []byte) (int, error)
- func (m *KVPair) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KVPair) ProtoMessage()
- func (m *KVPair) Reset()
- func (m *KVPair) Size() (n int)
- func (m *KVPair) String() string
- func (m *KVPair) Unmarshal(dAtA []byte) error
- func (m *KVPair) XXX_DiscardUnknown()
- func (m *KVPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KVPair) XXX_Merge(src proto.Message)
- func (m *KVPair) XXX_Size() int
- func (m *KVPair) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ChangeSet ¶ added in v0.19.6
type ChangeSet struct {
Pairs []*KVPair `protobuf:"bytes,1,rep,name=pairs,proto3" json:"pairs,omitempty"`
}
func (*ChangeSet) Descriptor ¶ added in v0.19.6
func (*ChangeSet) MarshalToSizedBuffer ¶ added in v0.19.6
func (*ChangeSet) ProtoMessage ¶ added in v0.19.6
func (*ChangeSet) ProtoMessage()
func (*ChangeSet) XXX_DiscardUnknown ¶ added in v0.19.6
func (m *ChangeSet) XXX_DiscardUnknown()
func (*ChangeSet) XXX_Marshal ¶ added in v0.19.6
func (*ChangeSet) XXX_Unmarshal ¶ added in v0.19.6
type KVPair ¶ added in v0.19.6
type KVPair struct { Delete bool `protobuf:"varint,1,opt,name=delete,proto3" json:"delete,omitempty"` Key []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` }
func (*KVPair) Descriptor ¶ added in v0.19.6
func (*KVPair) MarshalToSizedBuffer ¶ added in v0.19.6
func (*KVPair) ProtoMessage ¶ added in v0.19.6
func (*KVPair) ProtoMessage()
func (*KVPair) XXX_DiscardUnknown ¶ added in v0.19.6
func (m *KVPair) XXX_DiscardUnknown()
func (*KVPair) XXX_Marshal ¶ added in v0.19.6
func (*KVPair) XXX_Unmarshal ¶ added in v0.19.6
Click to show internal directories.
Click to hide internal directories.