mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-16 00:43:07 +00:00
6 lines
91 B
Go
6 lines
91 B
Go
package runner
|
|
|
|
type environmentApplier interface {
|
|
applyEnvironment(map[string]string)
|
|
}
|