Versions in this module Expand all Collapse all v3 v3.3.100 Mar 10, 2021 Changes in this version + var ErrIntOverflowKv = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthKv = fmt.Errorf("proto: negative length found during unmarshaling") + type PBKV struct + Key string + Val string + func (*PBKV) Descriptor() ([]byte, []int) + func (*PBKV) ProtoMessage() + func (dst *PBKV) XXX_Merge(src proto.Message) + 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 (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 (m *PBKV) XXX_Size() int + func (m *PBKV) XXX_Unmarshal(b []byte) error Other modules containing this package github.com/ik-tech/dragonboat