Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonResp ¶
type JsonResp struct {
List JsonRespList
}
type JsonRespFields ¶
type JsonRespList ¶
type JsonRespList struct {
Resources []JsonRespResourceCont
Meta JsonRespMeta
}
type JsonRespMeta ¶
type JsonRespMeta struct {
Count int
}
type JsonRespResource ¶
type JsonRespResource struct {
Fields JsonRespFields
}
type JsonRespResourceCont ¶
type JsonRespResourceCont struct {
Resource JsonRespResource
}
Click to show internal directories.
Click to hide internal directories.