act_runner/pkg/runner/api.go

6 lines
91 B
Go

package runner
type environmentApplier interface {
applyEnvironment(map[string]string)
}