Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppManifest ¶
type AppManifest interface {
BuildpackUrl(string, string)
Memory(string, int64)
Service(string, string)
StartCommand(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.