Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EngineType ¶
type EngineType int
const ( Golang EngineType = iota Jinja2 )
func (EngineType) String ¶
func (e EngineType) String() string
type FileNameRenamer ¶
type Options ¶
type Options struct { Engine EngineType Directory string Include []string Exclude []string Replacements map[string]interface{} FileNameRenamer FileNameRenamer }
Click to show internal directories.
Click to hide internal directories.