Documentation ¶
Index ¶
- Variables
- type PBKV
- func (*PBKV) Descriptor() ([]byte, []int)
- func (m *PBKV) GetKey() string
- func (m *PBKV) GetVal() string
- func (m *PBKV) Marshal() (dAtA []byte, err error)
- func (m *PBKV) MarshalTo(dAtA []byte) (int, error)
- func (*PBKV) ProtoMessage()
- func (m *PBKV) Reset()
- func (m *PBKV) Size() (n int)
- func (m *PBKV) String() string
- func (m *PBKV) Unmarshal(dAtA []byte) error
- func (m *PBKV) XXX_DiscardUnknown()
- func (m *PBKV) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PBKV) XXX_Merge(src proto.Message)
- func (m *PBKV) XXX_Size() int
- func (m *PBKV) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthKv = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowKv = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type PBKV ¶
type PBKV struct { Key string `protobuf:"bytes,1,opt,name=Key" json:"Key"` Val string `protobuf:"bytes,2,opt,name=Val" json:"Val"` }
func (*PBKV) Descriptor ¶
func (*PBKV) ProtoMessage ¶
func (*PBKV) ProtoMessage()
func (*PBKV) XXX_DiscardUnknown ¶
func (m *PBKV) XXX_DiscardUnknown()
func (*PBKV) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.