Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTargetConfigManifest ¶ added in v0.4.0
func GetTargetConfigManifest() *models.TargetConfigManifest
Types ¶
type TargetMetadata ¶ added in v0.4.0
type TargetOptions ¶
type TargetOptions struct { Region string `json:"Region"` Size string `json:"Size"` DiskSize int `json:"Disk Size"` OrgSlug string `json:"Org Slug"` AuthToken string `json:"Auth Token,omitempty"` }
func ParseTargetOptions ¶
func ParseTargetOptions(optionsJson string) (*TargetOptions, error)
ParseTargetOptions parses the target options from the JSON string.
Click to show internal directories.
Click to hide internal directories.