Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Images ¶
type Images []string
Images ...
func (Images) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Images) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Images) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Images) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Info ¶
Info ...
func (Info) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Info) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Info) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Info) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Infos ¶
type Infos []Info
Infos ...
func (Infos) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Infos) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Infos) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Infos) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Metadata ¶
Metadata ...
func (Metadata) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Metadata) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Metadata) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Metadata) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Plant ¶
type Plant struct { Source string `json:"source"` Title string `json:"title"` Category string `json:"category"` ShortInfo ShortInfo `json:"short_info"` Images Images `json:"images"` Info Infos `json:"info"` Metadata Metadata `json:"metadata"` }
Plant ...
func (Plant) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Plant) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Plant) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Plant) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Plants ¶
type Plants []Plant
Plants ...
func (Plants) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Plants) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Plants) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Plants) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type ShortInfo ¶
type ShortInfo struct { Kind string `json:"kind"` RecommendPosition string `json:"recommend_position"` RegardToLight string `json:"regard_to_light"` RegardToMoisture string `json:"regard_to_moisture"` FloweringTime string `json:"flowering_time"` Hight string `json:"hight"` Classifiers string `json:"classifiers"` }
ShortInfo ...
func (ShortInfo) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (ShortInfo) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*ShortInfo) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*ShortInfo) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface