package example
import "github.com/gin-gonic/gin/binding/example"
Package example is a generated protocol buffer package.
It is generated from these files:
test.proto
It has these top-level messages:
Test
Index ¶
- Constants
- Variables
- type FOO
- func (x FOO) Enum() *FOO
- func (x FOO) String() string
- func (x *FOO) UnmarshalJSON(data []byte) error
- type Test
- func (m *Test) GetLabel() string
- func (m *Test) GetOptionalgroup() *Test_OptionalGroup
- func (m *Test) GetReps() []int64
- func (m *Test) GetType() int32
- func (*Test) ProtoMessage()
- func (m *Test) Reset()
- func (m *Test) String() string
- type Test_OptionalGroup
Constants ¶
const Default_Test_Type int32 = 77
Variables ¶
Types ¶
type FOO ¶
type FOO int32
const ( FOO_X FOO = 17 )
func (FOO) Enum ¶
func (FOO) String ¶
func (*FOO) UnmarshalJSON ¶
type Test ¶
type Test struct { Label *string `protobuf:"bytes,1,req,name=label" json:"label,omitempty"` Type *int32 `protobuf:"varint,2,opt,name=type,def=77" json:"type,omitempty"` Reps []int64 `protobuf:"varint,3,rep,name=reps" json:"reps,omitempty"` Optionalgroup *Test_OptionalGroup `protobuf:"group,4,opt,name=OptionalGroup" json:"optionalgroup,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Test) GetLabel ¶
func (*Test) GetOptionalgroup ¶
func (m *Test) GetOptionalgroup() *Test_OptionalGroup
func (*Test) GetReps ¶
func (*Test) GetType ¶
func (*Test) ProtoMessage ¶
func (*Test) ProtoMessage()
func (*Test) Reset ¶
func (m *Test) Reset()
func (*Test) String ¶
type Test_OptionalGroup ¶
type Test_OptionalGroup struct { RequiredField *string `protobuf:"bytes,5,req" json:"RequiredField,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Test_OptionalGroup) GetRequiredField ¶
func (m *Test_OptionalGroup) GetRequiredField() string
func (*Test_OptionalGroup) ProtoMessage ¶
func (*Test_OptionalGroup) ProtoMessage()
func (*Test_OptionalGroup) Reset ¶
func (m *Test_OptionalGroup) Reset()
func (*Test_OptionalGroup) String ¶
func (m *Test_OptionalGroup) String() string
Source Files ¶
- Version
- v1.1.3
- Published
- Dec 3, 2016
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 30 minutes ago –
Tools for package owners.