woodpecker/yaml/transform/transform.go
2016-05-09 11:28:49 -07:00

6 lines
171 B
Go

package transform
import "github.com/drone/drone/yaml"
// TransformFunc defines an operation for transforming the Yaml file.
type TransformFunc func(*yaml.Config) error