Versions in this module Expand all Collapse all v0 v0.7.0 Apr 5, 2019 Changes in this version + type AbsProjectPath interface + SetAbsProjectPath func(string) + type Config struct + AbsProjectPath string + ProjectName string + Repo string + type File interface + GetInput func() (Input, error) + type IfExistsAction int + const Error + const Overwrite + const Skip + type Input struct + AbsProjectPath string + IfExistsAction IfExistsAction + IsExec bool + Path string + ProjectName string + Repo string + TemplateBody string + TemplateFuncs template.FuncMap + func (i *Input) SetAbsProjectPath(p string) + func (i *Input) SetProjectName(n string) + func (i *Input) SetRepo(r string) + type ProjectName interface + SetProjectName func(string) + type Repo interface + SetRepo func(string) + type Validate interface + Validate func() error