package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Nov 16, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Application struct {
Name string `yaml:"name,omitempty"`
Memory string `yaml:"memory,omitempty"`
DiskQuota string `yaml:"disk_quota,omitempty"`
BuildPack string `yaml:"buildpack,omitempty"`
Instances int `yaml:"instances,omitempty"`
Env interface{} `yaml:"env,omitempty"`
}
type Manifest struct {
Applications []Application `yaml:"applications,omitempty"`
}
type TickEnvironment struct {
GoPackageName string `yaml:"GOPACKAGENAME,omitempty"`
RegistryBaseURL string `yaml:"REGISTRY_BASE_URL,omitempty"`
StartPort int `yaml:"START_PORT,omitempty"`
ListenPorts int `yaml:"LISTEN_PORTS,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.