William Petit
0fa845b3ff
Available options: - Do not copy - Overwrite dest - Copy source as dest.dist
10 lines
171 B
Go
10 lines
171 B
Go
package template
|
|
|
|
type Option struct {
|
|
IgnorePatterns []string
|
|
TemplateData Data
|
|
TemplateExt string
|
|
Unnattended bool
|
|
PreferredStrategy Strategy
|
|
}
|