Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command interface { SetDir(dir string) Command AddEnv(key, value string) Command ConnectIO() Command Exec() ([]byte, error) }
Command is an interface of executable and configurable command object.
type CommandFactory ¶
CommandFactory is an interface for executing commands.
type Generator ¶ added in v0.1.3
type Generator interface { Generate(dir string, data interface{}) error Destroy(dir string, data interface{}) error }
Generator creates files from templates and given params.
type GeneratorFactory ¶ added in v0.1.3
GeneratorFactory is an interface for creating Generator instance.
Click to show internal directories.
Click to hide internal directories.