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 ¶
- type Student
- func (*Student) Descriptor() ([]byte, []int)
- func (m *Student) GetChineseSocre() int32
- func (m *Student) GetEnglishscore() int32
- func (m *Student) GetId() int32
- func (m *Student) GetMATH_SCORE() int32
- func (m *Student) GetMusicSocre() int32
- func (m *Student) GetNAME() string
- func (*Student) ProtoMessage()
- func (m *Student) Reset()
- func (m *Student) String() string
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"` NAME string `protobuf:"bytes,2,opt,name=NAME" json:"NAME,omitempty"` MATH_SCORE int32 `protobuf:"varint,3,opt,name=MATH_SCORE,json=MATHSCORE" json:"MATH_SCORE,omitempty"` ChineseSocre int32 `protobuf:"varint,4,opt,name=ChineseSocre" json:"ChineseSocre,omitempty"` Englishscore int32 `protobuf:"varint,5,opt,name=englishscore" json:"englishscore,omitempty"` MusicSocre int32 `protobuf:"varint,6,opt,name=musicSocre" json:"musicSocre,omitempty"` }
func (*Student) Descriptor ¶
func (*Student) GetChineseSocre ¶
func (*Student) GetEnglishscore ¶
func (*Student) GetMATH_SCORE ¶
func (*Student) GetMusicSocre ¶
func (*Student) ProtoMessage ¶
func (*Student) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.