Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIVersion ¶
type APIVersion struct { // unique identifier ID string `json:"id"` // current status e.g. SUPPORTED Status string `json:"status"` // date last updated e.g. 2014-06-28T12:20:21Z Updated string `json:"updated"` }
func Get ¶
func Get(client *golangsdk.ServiceClient, v string) (*APIVersion, error)
func List ¶
func List(client *golangsdk.ServiceClient) ([]APIVersion, error)
Click to show internal directories.
Click to hide internal directories.