mirror of
https://github.com/harness/drone.git
synced 2025-05-02 13:40:22 +00:00
7 lines
171 B
Go
7 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
|