Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractVariables ¶
ExtractVariables returns a map of all the variables defined in the specified composefile (dict representation) and their default value if any.
Types ¶
type EnvironmentHelper ¶ added in v0.9.0
type EnvironmentHelper struct {
// contains filtered or unexported fields
}
type InvalidTemplateError ¶
InvalidTemplateError is returned when a variable template is not in a valid format
func (InvalidTemplateError) Error ¶
func (e InvalidTemplateError) Error() string
type MissingRequiredError ¶
MissingRequiredError is returned when a variable template is missing
func (MissingRequiredError) Error ¶
func (e MissingRequiredError) Error() string
Click to show internal directories.
Click to hide internal directories.