1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-06 17:40:58 +00:00
forgejo-runner/act/runner/api.go
2020-02-04 16:38:41 -08:00

5 lines
91 B
Go

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