Documentation ¶
Overview ¶
Package gen is a generated protocol buffer package.
It is generated from these files:
char.proto
It has these top-level messages:
Character
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Character ¶
type Character struct { Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` Surname string `protobuf:"bytes,2,opt,name=surname" json:"surname,omitempty"` Job string `protobuf:"bytes,3,opt,name=job" json:"job,omitempty"` YearOfBirth int32 `protobuf:"varint,4,opt,name=year_of_birth,json=yearOfBirth" json:"year_of_birth,omitempty"` }
func (*Character) Descriptor ¶
func (*Character) GetSurname ¶
func (*Character) GetYearOfBirth ¶
func (*Character) ProtoMessage ¶
func (*Character) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.