Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComposeFile ¶
type ComposeFile struct {
// contains filtered or unexported fields
}
func (*ComposeFile) Write ¶
func (c *ComposeFile) Write(data interface{}) ([]string, error)
Given a ComposeFile returned by ComposePaths.File, find and parse the .tmpl from the TemplatePath, populate and save to the RuntimePath, and return a slice of compose definitions pertaining to the container (including the override).
type ComposePaths ¶
func (*ComposePaths) File ¶
func (c *ComposePaths) File(name string) *ComposeFile
Click to show internal directories.
Click to hide internal directories.