Versions in this module Expand all Collapse all v0 v0.4.0 Aug 18, 2023 Changes in this version + var ErrIntOverflowMappable = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthMappable = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupMappable = fmt.Errorf("proto: unexpected end of group") + func GetSplit(mappable helpers.Mappable) types.Split + func MappablesToInterface(mappables []*Mappable) []helpers.Mappable + func NewMappable(split types.Split) helpers.Mappable + func Prototype() helpers.Mappable + type Mappable struct + Split *base.Split + func MappablesFromInterface(mappables []helpers.Mappable) []*Mappable + func (*Mappable) Descriptor() ([]byte, []int) + func (*Mappable) ProtoMessage() + func (*Mappable) RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino) + func (m *Mappable) GetSplit() *base.Split + func (m *Mappable) Marshal() (dAtA []byte, err error) + func (m *Mappable) MarshalTo(dAtA []byte) (int, error) + func (m *Mappable) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Mappable) Reset() + func (m *Mappable) Size() (n int) + func (m *Mappable) String() string + func (m *Mappable) Unmarshal(dAtA []byte) error + func (m *Mappable) XXX_DiscardUnknown() + func (m *Mappable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Mappable) XXX_Merge(src proto.Message) + func (m *Mappable) XXX_Size() int + func (m *Mappable) XXX_Unmarshal(b []byte) error + func (mappable *Mappable) ValidateBasic() error