Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Student ¶
type Student struct { // age Age string `json:"Age,omitempty"` // department Department string `json:"Department,omitempty"` // grade Grade int64 `json:"Grade,omitempty"` // ID ID string `json:"ID,omitempty"` // name Name string `json:"Name,omitempty"` }
Student student swagger:model Student
func (*Student) MarshalBinary ¶
MarshalBinary interface implementation
func (*Student) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Teacher ¶
type Teacher struct { // age Age string `json:"Age,omitempty"` // department Department string `json:"Department,omitempty"` // ID ID string `json:"ID,omitempty"` // name Name string `json:"Name,omitempty"` // salary Salary int64 `json:"Salary,omitempty"` }
Teacher teacher swagger:model Teacher
func (*Teacher) MarshalBinary ¶
MarshalBinary interface implementation
func (*Teacher) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.