Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spaces ¶
type Spaces []SpacesJSON
type SpacesJSON ¶
type SpacesJSON struct {
TotalResults int `json:"total_results"`
TotalPages int `json:"total_pages"`
PrevURL string `json:"prev_url"`
NextURL string `json:"next_url"`
Resources []struct {
Metadata struct {
GUID string `json:"guid"`
URL string `json:"url"`
} `json:"metadata"`
Entity struct {
Name string `json:"name"`
OrganizationGUID string `json:"organization_guid"`
} `json:"entity"`
} `json:"resources"`
}
type StacksJSON ¶
type StacksJSON struct {
TotalResults int `json:"total_results"`
TotalPages int `json:"total_pages"`
PrevURL string `json:"prev_url"`
NextURL string `json:"next_url"`
Resources []struct {
Metadata struct {
GUID string `json:"guid"`
URL string `json:"url"`
} `json:"metadata"`
Entity struct {
Name string `json:"name"`
} `json:"entity"`
} `json:"resources"`
}
Click to show internal directories.
Click to hide internal directories.