Versions in this module Expand all Collapse all v3 v3.5.12 Oct 4, 2022 Changes in this version + var ErrIntOverflowKv = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthKv = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupKv = fmt.Errorf("proto: unexpected end of group") + var Event_EventType_name = map[int32]string + var Event_EventType_value = map[string]int32 + type Event struct + Kv *KeyValue + PrevKv *KeyValue + Type Event_EventType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Event) Descriptor() ([]byte, []int) + func (*Event) ProtoMessage() + func (m *Event) Marshal() (dAtA []byte, err error) + func (m *Event) MarshalTo(dAtA []byte) (int, error) + func (m *Event) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Event) Reset() + func (m *Event) Size() (n int) + func (m *Event) String() string + func (m *Event) Unmarshal(dAtA []byte) error + func (m *Event) XXX_DiscardUnknown() + func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Event) XXX_Merge(src proto.Message) + func (m *Event) XXX_Size() int + func (m *Event) XXX_Unmarshal(b []byte) error + type Event_EventType int32 + const DELETE + const PUT + func (Event_EventType) EnumDescriptor() ([]byte, []int) + func (x Event_EventType) String() string + type KeyValue struct + CreateRevision int64 + Key []byte + Lease int64 + ModRevision int64 + Value []byte + Version int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KeyValue) Descriptor() ([]byte, []int) + func (*KeyValue) ProtoMessage() + func (m *KeyValue) Marshal() (dAtA []byte, err error) + func (m *KeyValue) MarshalTo(dAtA []byte) (int, error) + func (m *KeyValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *KeyValue) Reset() + func (m *KeyValue) Size() (n int) + func (m *KeyValue) String() string + func (m *KeyValue) Unmarshal(dAtA []byte) error + func (m *KeyValue) XXX_DiscardUnknown() + func (m *KeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KeyValue) XXX_Merge(src proto.Message) + func (m *KeyValue) XXX_Size() int + func (m *KeyValue) XXX_Unmarshal(b []byte) error