Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGenericScriptEngine ¶
func NewGenericScriptEngine(command string) *genericScriptEngine
func NewGitRemoteStorage ¶
func NewGitRemoteStorage(localStorage LocalStorage) *gitRemoteStorage
func NewGolangTemplateEngine ¶
func NewGolangTemplateEngine() *golangTemplateEngine
Types ¶
type ConfigKeys ¶
type ConfigKeys string
const ( GitUsername ConfigKeys = "GIT_USERNAME" GitPassword ConfigKeys = "GIT_PASSWORD" DefaultScript ConfigKeys = "DEFAULT_SCRIPT" )
type LocalStorage ¶
func NewFileLocalStorage ¶
func NewFileLocalStorage(filePath string) (LocalStorage, error)
type RemoteStorage ¶
type ScriptEngine ¶
type TemplateEngine ¶
Click to show internal directories.
Click to hide internal directories.