Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppMetadata ¶
type AppMetadata struct { Version string Name string Description string Namespace string Maintainers Maintainers Targets ApplicationTarget }
AppMetadata is the format of the data found inside the metadata.yml file
type ApplicationTarget ¶
ApplicationTarget represents which platform(s) / orchestrator(s) the app package is designed to run on
type InitialComposeFile ¶
type InitialComposeFile struct { Version string Services *map[string]InitialService }
InitialComposeFile TODO
func NewInitialComposeFile ¶
func NewInitialComposeFile() InitialComposeFile
NewInitialComposeFile returns an empty InitialComposeFile object
type Maintainer ¶
Maintainer represents one of the apps's maintainers
func (Maintainer) String ¶
func (m Maintainer) String() string
String gives a string representation of a maintainer
type Maintainers ¶
type Maintainers []Maintainer
Maintainers is a list of maintainers
func (Maintainers) String ¶
func (ms Maintainers) String() string
String gives a string representation of a list of maintainers
Click to show internal directories.
Click to hide internal directories.