Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicInfo ¶
func (BasicInfo) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (BasicInfo) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*BasicInfo) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*BasicInfo) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Employee ¶
func (Employee) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Employee) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Employee) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Employee) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type JobInfo ¶
type JobInfo struct {
Skills []string `json:"skills"`
}
func (JobInfo) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (JobInfo) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*JobInfo) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*JobInfo) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.