Versions in this module Expand all Collapse all v1 v1.0.0 Feb 2, 2018 Changes in this version + var MapEnum_name = map[int32]string + var MapEnum_value = map[string]int32 + func Mapsproto2Description() (desc *descriptor.FileDescriptorSet) + type AllMaps struct + BoolMap map[bool]bool + Fixed32Map map[uint32]uint32 + Fixed64Map map[uint64]uint64 + Int32Map map[int32]int32 + Int64Map map[int64]int64 + Sfixed32Map map[int32]int32 + Sfixed64Map map[int64]int64 + Sint32Map map[int32]int32 + Sint64Map map[int64]int64 + StringMap map[string]string + StringToBytesMap map[string][]byte + StringToDoubleMap map[string]float64 + StringToEnumMap map[string]MapEnum + StringToFloatMap map[string]float32 + StringToMsgMap map[string]*FloatingPoint + Uint32Map map[uint32]uint32 + Uint64Map map[uint64]uint64 + XXX_unrecognized []byte + func NewAllMapsFromFace(that AllMapsFace) *AllMaps + func NewPopulatedAllMaps(r randyMapsproto2, easy bool) *AllMaps + func (*AllMaps) Descriptor() ([]byte, []int) + func (*AllMaps) ProtoMessage() + func (m *AllMaps) Reset() + func (m *AllMaps) Size() (n int) + func (this *AllMaps) Description() (desc *descriptor.FileDescriptorSet) + func (this *AllMaps) Equal(that interface{}) bool + func (this *AllMaps) GetBoolMap() map[bool]bool + func (this *AllMaps) GetFixed32Map() map[uint32]uint32 + func (this *AllMaps) GetFixed64Map() map[uint64]uint64 + func (this *AllMaps) GetInt32Map() map[int32]int32 + func (this *AllMaps) GetInt64Map() map[int64]int64 + func (this *AllMaps) GetSfixed32Map() map[int32]int32 + func (this *AllMaps) GetSfixed64Map() map[int64]int64 + func (this *AllMaps) GetSint32Map() map[int32]int32 + func (this *AllMaps) GetSint64Map() map[int64]int64 + func (this *AllMaps) GetStringMap() map[string]string + func (this *AllMaps) GetStringToBytesMap() map[string][]byte + func (this *AllMaps) GetStringToDoubleMap() map[string]float64 + func (this *AllMaps) GetStringToEnumMap() map[string]MapEnum + func (this *AllMaps) GetStringToFloatMap() map[string]float32 + func (this *AllMaps) GetStringToMsgMap() map[string]*FloatingPoint + func (this *AllMaps) GetUint32Map() map[uint32]uint32 + func (this *AllMaps) GetUint64Map() map[uint64]uint64 + func (this *AllMaps) GoString() string + func (this *AllMaps) Proto() proto.Message + func (this *AllMaps) String() string + func (this *AllMaps) TestProto() proto.Message + func (this *AllMaps) VerboseEqual(that interface{}) error + type AllMapsFace interface + GetBoolMap func() map[bool]bool + GetFixed32Map func() map[uint32]uint32 + GetFixed64Map func() map[uint64]uint64 + GetInt32Map func() map[int32]int32 + GetInt64Map func() map[int64]int64 + GetSfixed32Map func() map[int32]int32 + GetSfixed64Map func() map[int64]int64 + GetSint32Map func() map[int32]int32 + GetSint64Map func() map[int64]int64 + GetStringMap func() map[string]string + GetStringToBytesMap func() map[string][]byte + GetStringToDoubleMap func() map[string]float64 + GetStringToEnumMap func() map[string]MapEnum + GetStringToFloatMap func() map[string]float32 + GetStringToMsgMap func() map[string]*FloatingPoint + GetUint32Map func() map[uint32]uint32 + GetUint64Map func() map[uint64]uint64 + Proto func() proto.Message + type AllMapsOrdered struct + BoolMap map[bool]bool + Fixed32Map map[uint32]uint32 + Fixed64Map map[uint64]uint64 + Int32Map map[int32]int32 + Int64Map map[int64]int64 + Sfixed32Map map[int32]int32 + Sfixed64Map map[int64]int64 + Sint32Map map[int32]int32 + Sint64Map map[int64]int64 + StringMap map[string]string + StringToBytesMap map[string][]byte + StringToDoubleMap map[string]float64 + StringToEnumMap map[string]MapEnum + StringToFloatMap map[string]float32 + StringToMsgMap map[string]*FloatingPoint + Uint32Map map[uint32]uint32 + Uint64Map map[uint64]uint64 + XXX_unrecognized []byte + func NewAllMapsOrderedFromFace(that AllMapsOrderedFace) *AllMapsOrdered + func NewPopulatedAllMapsOrdered(r randyMapsproto2, easy bool) *AllMapsOrdered + func (*AllMapsOrdered) Descriptor() ([]byte, []int) + func (*AllMapsOrdered) ProtoMessage() + func (m *AllMapsOrdered) Reset() + func (m *AllMapsOrdered) Size() (n int) + func (this *AllMapsOrdered) Description() (desc *descriptor.FileDescriptorSet) + func (this *AllMapsOrdered) Equal(that interface{}) bool + func (this *AllMapsOrdered) GetBoolMap() map[bool]bool + func (this *AllMapsOrdered) GetFixed32Map() map[uint32]uint32 + func (this *AllMapsOrdered) GetFixed64Map() map[uint64]uint64 + func (this *AllMapsOrdered) GetInt32Map() map[int32]int32 + func (this *AllMapsOrdered) GetInt64Map() map[int64]int64 + func (this *AllMapsOrdered) GetSfixed32Map() map[int32]int32 + func (this *AllMapsOrdered) GetSfixed64Map() map[int64]int64 + func (this *AllMapsOrdered) GetSint32Map() map[int32]int32 + func (this *AllMapsOrdered) GetSint64Map() map[int64]int64 + func (this *AllMapsOrdered) GetStringMap() map[string]string + func (this *AllMapsOrdered) GetStringToBytesMap() map[string][]byte + func (this *AllMapsOrdered) GetStringToDoubleMap() map[string]float64 + func (this *AllMapsOrdered) GetStringToEnumMap() map[string]MapEnum + func (this *AllMapsOrdered) GetStringToFloatMap() map[string]float32 + func (this *AllMapsOrdered) GetStringToMsgMap() map[string]*FloatingPoint + func (this *AllMapsOrdered) GetUint32Map() map[uint32]uint32 + func (this *AllMapsOrdered) GetUint64Map() map[uint64]uint64 + func (this *AllMapsOrdered) GoString() string + func (this *AllMapsOrdered) Proto() proto.Message + func (this *AllMapsOrdered) String() string + func (this *AllMapsOrdered) TestProto() proto.Message + func (this *AllMapsOrdered) VerboseEqual(that interface{}) error + type AllMapsOrderedFace interface + GetBoolMap func() map[bool]bool + GetFixed32Map func() map[uint32]uint32 + GetFixed64Map func() map[uint64]uint64 + GetInt32Map func() map[int32]int32 + GetInt64Map func() map[int64]int64 + GetSfixed32Map func() map[int32]int32 + GetSfixed64Map func() map[int64]int64 + GetSint32Map func() map[int32]int32 + GetSint64Map func() map[int64]int64 + GetStringMap func() map[string]string + GetStringToBytesMap func() map[string][]byte + GetStringToDoubleMap func() map[string]float64 + GetStringToEnumMap func() map[string]MapEnum + GetStringToFloatMap func() map[string]float32 + GetStringToMsgMap func() map[string]*FloatingPoint + GetUint32Map func() map[uint32]uint32 + GetUint64Map func() map[uint64]uint64 + Proto func() proto.Message + type CustomMap struct + Ids map[string]github_com_gogo_protobuf_test.Uuid + Nullable128S map[string]*github_com_gogo_protobuf_test_custom.Uint128 + NullableIds map[string]*github_com_gogo_protobuf_test.Uuid + Uint128S map[string]github_com_gogo_protobuf_test_custom.Uint128 + XXX_unrecognized []byte + func NewCustomMapFromFace(that CustomMapFace) *CustomMap + func NewPopulatedCustomMap(r randyMapsproto2, easy bool) *CustomMap + func (*CustomMap) Descriptor() ([]byte, []int) + func (*CustomMap) ProtoMessage() + func (m *CustomMap) Reset() + func (m *CustomMap) Size() (n int) + func (this *CustomMap) Description() (desc *descriptor.FileDescriptorSet) + func (this *CustomMap) Equal(that interface{}) bool + func (this *CustomMap) GetIds() map[string]github_com_gogo_protobuf_test.Uuid + func (this *CustomMap) GetNullable128S() map[string]*github_com_gogo_protobuf_test_custom.Uint128 + func (this *CustomMap) GetNullableIds() map[string]*github_com_gogo_protobuf_test.Uuid + func (this *CustomMap) GetUint128S() map[string]github_com_gogo_protobuf_test_custom.Uint128 + func (this *CustomMap) GoString() string + func (this *CustomMap) Proto() proto.Message + func (this *CustomMap) String() string + func (this *CustomMap) TestProto() proto.Message + func (this *CustomMap) VerboseEqual(that interface{}) error + type CustomMapFace interface + GetIds func() map[string]github_com_gogo_protobuf_test.Uuid + GetNullable128S func() map[string]*github_com_gogo_protobuf_test_custom.Uint128 + GetNullableIds func() map[string]*github_com_gogo_protobuf_test.Uuid + GetUint128S func() map[string]github_com_gogo_protobuf_test_custom.Uint128 + Proto func() proto.Message + type FloatingPoint struct + F *float64 + XXX_unrecognized []byte + func NewFloatingPointFromFace(that FloatingPointFace) *FloatingPoint + func NewPopulatedFloatingPoint(r randyMapsproto2, easy bool) *FloatingPoint + func (*FloatingPoint) Descriptor() ([]byte, []int) + func (*FloatingPoint) ProtoMessage() + func (m *FloatingPoint) Reset() + func (m *FloatingPoint) Size() (n int) + func (this *FloatingPoint) Description() (desc *descriptor.FileDescriptorSet) + func (this *FloatingPoint) Equal(that interface{}) bool + func (this *FloatingPoint) GetF() *float64 + func (this *FloatingPoint) GoString() string + func (this *FloatingPoint) Proto() proto.Message + func (this *FloatingPoint) String() string + func (this *FloatingPoint) TestProto() proto.Message + func (this *FloatingPoint) VerboseEqual(that interface{}) error + type FloatingPointFace interface + GetF func() *float64 + Proto func() proto.Message + type MapEnum int32 + const MA + const MB + const MC + func (MapEnum) EnumDescriptor() ([]byte, []int) + func (x *MapEnum) UnmarshalJSON(data []byte) error + func (x MapEnum) Enum() *MapEnum + func (x MapEnum) MarshalJSON() ([]byte, error) + func (x MapEnum) String() string