Documentation ¶
Index ¶
- Variables
- type StoreData
- func (*StoreData) Descriptor() ([]byte, []int)deprecated
- func (x *StoreData) GetDeletePrefixes() []string
- func (x *StoreData) GetKv() map[string][]byte
- func (m *StoreData) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *StoreData) MarshalToVT(dAtA []byte) (int, error)
- func (m *StoreData) MarshalVT() (dAtA []byte, err error)
- func (*StoreData) ProtoMessage()
- func (x *StoreData) ProtoReflect() protoreflect.Message
- func (x *StoreData) Reset()
- func (m *StoreData) SizeVT() (n int)
- func (x *StoreData) String() string
- func (m *StoreData) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_store_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type StoreData ¶
type StoreData struct { Kv map[string][]byte `` /* 145-byte string literal not displayed */ DeletePrefixes []string `protobuf:"bytes,2,rep,name=delete_prefixes,json=deletePrefixes,proto3" json:"delete_prefixes,omitempty"` // contains filtered or unexported fields }
func (*StoreData) Descriptor
deprecated
func (*StoreData) GetDeletePrefixes ¶
func (*StoreData) MarshalToSizedBufferVT ¶
func (*StoreData) ProtoMessage ¶
func (*StoreData) ProtoMessage()
func (*StoreData) ProtoReflect ¶
func (x *StoreData) ProtoReflect() protoreflect.Message
func (*StoreData) UnmarshalVT ¶
Click to show internal directories.
Click to hide internal directories.