Versions in this module Expand all Collapse all v1 v1.2.2 Jun 21, 2019 Changes in this version + var ErrIntOverflowMap = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthMap = fmt.Errorf("proto: negative length found during unmarshaling") + type MapTest struct + StrStr map[string]string + func (*MapTest) Descriptor() ([]byte, []int) + func (*MapTest) ProtoMessage() + func (m *MapTest) GetStrStr() map[string]string + func (m *MapTest) Marshal() (dAtA []byte, err error) + func (m *MapTest) MarshalTo(dAtA []byte) (int, error) + func (m *MapTest) Reset() + func (m *MapTest) Size() (n int) + func (m *MapTest) String() string + func (m *MapTest) Unmarshal(dAtA []byte) error