Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SkaCreate ¶
type SkaCreate struct { TemplateURI string DestinationPath string Variables map[string]string Options *SkaOptions Log *log.Entry }
func NewSkaCreate ¶
func NewSkaCreate(templateURI, destinationPath string, variables map[string]string, options SkaOptions) *SkaCreate
type SkaOptions ¶ added in v0.0.7
type SkaOptions struct {
NonInteractive bool
}
Click to show internal directories.
Click to hide internal directories.