Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RancherApiPagination ¶
type RancherApiResponse ¶
type RancherApiResponse struct { Type string `json:"type"` // filled for lists of things, where Type == "collection" ResourceType string `json:"resourceType"` Links map[string]string `json:"links"` // filled for lists of things, where Type == "collection" // is an array of: maps from string to anything Data []map[string]interface{} `json:"data"` Pagination RancherApiPagination `json:"pagination"` }
Click to show internal directories.
Click to hide internal directories.