package
Version:
v0.0.0-...-2dc964c
Opens a new window with list of versions in this module.
Published: Dec 17, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type App struct {
Guid string `json:"guid"`
Name string `json:"name"`
}
type Process struct {
Instances int `json:"instances"`
}
type Task struct {
Guid string `json:"guid"`
}
type TaskConfig struct {
Name string `json:"name,omitempty"`
DiskInMB uint `json:"disk_in_mb,omitempty"`
MemoryInMB uint `json:"memory_in_mb,omitempty"`
DropletGUID string `json:"droplet_guid,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.