Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppManifest ¶
type AppManifest interface { Memory(string, int64) Service(string, string) StartupCommand(string, string) EnvironmentVars(string, string, string) HealthCheckTimeout(string, int) Instances(string, int) Domain(string, string, string) GetContents() []models.Application FileSavePath(string) Save() error }
func NewGenerator ¶
func NewGenerator() AppManifest
type Manifest ¶
func NewEmptyManifest ¶
func NewEmptyManifest() (m *Manifest)
type ManifestDiskRepository ¶
type ManifestDiskRepository struct{}
func (ManifestDiskRepository) ReadManifest ¶
func (repo ManifestDiskRepository) ReadManifest(inputPath string) (*Manifest, error)
type ManifestRepository ¶
func NewManifestDiskRepository ¶
func NewManifestDiskRepository() (repo ManifestRepository)
Click to show internal directories.
Click to hide internal directories.