models

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

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

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

Jump to

Keyboard shortcuts

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