Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppModel ¶
type AppModel struct {
Metadata MetadataModel
}
type DeploymentModel ¶
type DeploymentModel struct {
Guid string
}
type ErrorModel ¶
type ErrorModel struct {
Detail string
}
type ErrorsModel ¶
type ErrorsModel struct {
Errors []ErrorModel `json:"errors"`
}
type MetadataModel ¶
type MetadataModel struct {
Guid string `json:"guid"`
}
type Pagination ¶
type Pagination struct {
Next Link
}
type RevisionDroplet ¶
type RevisionDroplet struct {
Guid string
}
type RevisionModel ¶
type RevisionModel struct { Guid string Version int Droplet RevisionDroplet `json:"droplet"` Description string }
type RevisionsModel ¶
type RevisionsModel struct { Pagination `json:"pagination"` Resources []RevisionModel `json:"resources"` }
Click to show internal directories.
Click to hide internal directories.