mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-06 17:40:58 +00:00
6 lines
91 B
Go
6 lines
91 B
Go
|
package runner
|
||
|
|
||
|
type environmentApplier interface {
|
||
|
applyEnvironment(map[string]string)
|
||
|
}
|