initial load of yaml working
This commit is contained in:
5
pkg/runner/api.go
Normal file
5
pkg/runner/api.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package runner
|
||||
|
||||
type environmentApplier interface {
|
||||
applyEnvironment(map[string]string)
|
||||
}
|
||||
Reference in New Issue
Block a user