Documentation ¶
Index ¶
- Constants
- Variables
- func CopyDir(vfs billy.Filesystem, baseDir string, dst string, opts *Option) error
- func CopyFile(vfs billy.Filesystem, src, dst string, opts *Option) (err error)
- func Prompt(manifest *Manifest, data Data) error
- type Constraint
- type Data
- type Manifest
- type Option
- type Strategy
- type Var
Constants ¶
View Source
const ( ManifestVersion1 = "1" VarTypeString = "string" VarTypeSelect = "select" )
Variables ¶
View Source
var (
ErrUnexpectedOverwriteStrategy = errors.New("unexpected overwrite strategy")
)
Functions ¶
Types ¶
type Constraint ¶
Click to show internal directories.
Click to hide internal directories.