mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-02 09:50:17 +00:00
6 lines
91 B
Go
6 lines
91 B
Go
package runner
|
|
|
|
type environmentApplier interface {
|
|
applyEnvironment(map[string]string)
|
|
}
|