Versions in this module Expand all Collapse all v0 v0.1.15 Jan 3, 2023 v0.1.14 Jan 3, 2023 Changes in this version + const Default_Test_Type + var FOO_name = map[int32]string + var FOO_value = map[string]int32 + type FOO int32 + const FOO_X + func (x *FOO) UnmarshalJSON(data []byte) error + func (x FOO) Enum() *FOO + func (x FOO) String() string + type Test struct + Label *string + Optionalgroup *Test_OptionalGroup + Reps []int64 + Type *int32 + XXX_unrecognized []byte + func (*Test) ProtoMessage() + func (m *Test) GetLabel() string + func (m *Test) GetOptionalgroup() *Test_OptionalGroup + func (m *Test) GetReps() []int64 + func (m *Test) GetType() int32 + func (m *Test) Reset() + func (m *Test) String() string + type Test_OptionalGroup struct + RequiredField *string + XXX_unrecognized []byte + func (*Test_OptionalGroup) ProtoMessage() + func (m *Test_OptionalGroup) GetRequiredField() string + func (m *Test_OptionalGroup) Reset() + func (m *Test_OptionalGroup) String() string