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 the generated compose file followed by its override. Preserve this order when merging with -f flags or a single include path list.
type ComposePaths ¶
func (*ComposePaths) File ¶
func (c *ComposePaths) File(name string) *ComposeFile
Click to show internal directories.
Click to hide internal directories.