Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONAPI ¶
type JSONAPI struct {
ID string
}
JSONAPI helps Servente figure out which API versions are compatible
type JSONData ¶
type JSONData struct {
Message string `json:",omitempty"`
Teams []JSONTeam `json:",omitempty"`
NextPageToken string `json:",omitempty"`
APIVersions []JSONAPI `json:",omitempty"`
}
JSONData represents the useful data inside the response
type JSONResponse ¶
JSONResponse the data struct used to render API responses
Click to show internal directories.
Click to hide internal directories.