Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Replacer ¶
type Replacer interface {
SetReplacementFields(fields []Field)
SetIgnoreFiles(filenames ...string)
SetIgnoreSubDirs(dirs ...string)
SetSubDirs(subDirs ...string)
SetOutDir(absDir string, name ...string) error
GetBasePath() string
GetOutPath() string
SaveFiles() error
ReadFile(filename string) ([]byte, error)
}
Replacer 接口
Click to show internal directories.
Click to hide internal directories.