Initial commit
This commit is contained in:
7
internal/template/option.go
Normal file
7
internal/template/option.go
Normal file
@ -0,0 +1,7 @@
|
||||
package template
|
||||
|
||||
type Option struct {
|
||||
IgnorePatterns []string
|
||||
TemplateData map[string]interface{}
|
||||
TemplateExt string
|
||||
}
|
Reference in New Issue
Block a user