Closed bencord0 closed 4 years ago
The initial runners are docker and native, but more could be added later allowing for extensions like we already have for storage Backends.
docker
native
Backend
No attempt to make a Runner trait yet, this commit just splits the code in shell.rs.
Runner
shell.rs
The initial runners are
docker
andnative
, but more could be added later allowing for extensions like we already have for storageBackend
s.No attempt to make a
Runner
trait yet, this commit just splits the code inshell.rs
.