Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pet ¶
type Pet struct { ID int `json:"id"` Category struct { ID int `json:"id"` Name string `json:"name"` } `json:"category"` Name string `json:"name"` PhotoUrls []string `json:"photoUrls"` Tags []Tag `json:"tags"` Status string `json:"status"` }
Pet example
type RevValueBase ¶
RevValueBase example
Click to show internal directories.
Click to hide internal directories.