Documentation
¶
Overview ¶
Package pb is a generated protocol buffer package.
It is generated from these files:
params.proto
It has these top-level messages:
Student
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Student ¶
type Student struct { Id int32 `protobuf:"varint,1,opt,name=Id" json:"Id,omitempty"` Scores []int32 `protobuf:"varint,2,rep,packed,name=scores" json:"scores,omitempty"` Age int32 `protobuf:"varint,3,opt,name=Age" json:"Age,omitempty"` }
func (*Student) Descriptor ¶
func (*Student) ProtoMessage ¶
func (*Student) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.