Documentation
¶
Index ¶
Constants ¶
View Source
const ComposeFilename = "compose.yaml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestDirExistsError ¶
type DestDirExistsError struct {
Dir string
}
func (DestDirExistsError) Error ¶
func (e DestDirExistsError) Error() string
type GitSource ¶
func NewGitSource ¶
type ResolvedTemplate ¶
type ResolvedTemplate struct {
Services []Service
Args []arguments.ResolvedArg
}
type TemplateNameSource ¶
type TemplateNameSource string
func (TemplateNameSource) CopyTo ¶
func (t TemplateNameSource) CopyTo(destDir string) error
func (TemplateNameSource) GetName ¶
func (t TemplateNameSource) GetName() (string, error)
func (TemplateNameSource) String ¶
func (t TemplateNameSource) String() string
Click to show internal directories.
Click to hide internal directories.