1
0
mirror of https://gitea.com/gitea/act synced 2026-05-06 01:37:48 +02:00
Files
act/pkg/runner/api.go
2020-02-04 16:38:41 -08:00

6 lines
91 B
Go

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