models

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2016 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 TickEnvironment

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

Jump to

Keyboard shortcuts

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