Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Manifest ¶
type Manifest struct {
Applications []Application `yaml:"applications,omitempty"`
}
type ProxyEnvironment ¶ added in v0.18.0
type ProxyEnvironment struct {
GoPackageName string `yaml:"GOPACKAGENAME,omitempty"`
}
type TickEnvironment ¶
type TickEnvironment struct {
GoPackageName string `yaml:"GOPACKAGENAME,omitempty"`
RegistryBaseURL string `yaml:"REGISTRY_BASE_URL,omitempty"`
RegistryTTLSeconds int `yaml:"REGISTRY_TTL_SECONDS,omitempty"`
StartPort int `yaml:"START_PORT,omitempty"`
ListenPorts int `yaml:"LISTEN_PORTS,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.