(req CreateSessionRequest)
| 16 | |
| 17 | type Runtime interface { |
| 18 | CreateSession(req CreateSessionRequest) (containerID string, err error) |
| 19 | Exec(containerID string, command []string, stream bool) (ExecResult, error) |
| 20 | Interrupt(containerID string) error |
| 21 | Stop(containerID string) error |
no outgoing calls
no test coverage detected