Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppReference ¶
func NewAppReference ¶
func NewAppReference(reference string) (*AppReference, error)
type Config ¶
type Config interface { // Migrates the configuration file to the next version Migrate() ([]byte, error) // Parse the config to the internal data structure Parse() (*ExecutionPlan, error) }
type ConfigData ¶
type ExecutionPlan ¶
type ExecutionPlan struct { Metadata Metadata Header Header DefaultVars map[string]string Env map[string]string Items []Item Finalize Item Repositories []Repository }
func (*ExecutionPlan) String ¶
func (e *ExecutionPlan) String() string
type Item ¶
type Repository ¶
type Requirement ¶
Click to show internal directories.
Click to hide internal directories.