Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transformer ¶
type Transformer struct {
// contains filtered or unexported fields
}
Transformer handles file transformations
func (*Transformer) Apply ¶
func (t *Transformer) Apply(files []string, transform config.Transformation, sourcePath, targetPath string) ([]string, error)
Apply applies a transformation to files
Click to show internal directories.
Click to hide internal directories.