mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-20 08:51:01 +00:00
6 lines
171 B
Go
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
|