#89 Generalise the three Storage interfaces and structs into one generic storage manager.
This commit is contained in:
@ -45,5 +45,5 @@ type ExecutionEnvironment interface {
|
||||
// DeleteRunner removes an idle runner from the environment.
|
||||
DeleteRunner(id string)
|
||||
// IdleRunnerCount returns the number of idle runners of the environment.
|
||||
IdleRunnerCount() int
|
||||
IdleRunnerCount() uint
|
||||
}
|
||||
|
Reference in New Issue
Block a user