models

package
v0.0.0-...-150c63a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2019 License: MIT Imports: 0 Imported by: 0

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 AppsModel

type AppsModel struct {
	Resources []AppModel `json:"resources"`
}

type DeploymentModel

type DeploymentModel struct {
	Guid string
}

type EnvVars

type EnvVars struct {
	Var map[string]string
}

type ErrorModel

type ErrorModel struct {
	Detail string
}

type ErrorsModel

type ErrorsModel struct {
	Errors []ErrorModel `json:"errors"`
}
type Link struct {
	Href string
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL