Stop sends stop request to the shim instance.
(ctx context.Context)
| 45 | Start(ctx context.Context) error |
| 46 | // Stop sends stop request to the shim instance. |
| 47 | Stop(ctx context.Context) error |
| 48 | // Wait blocks until sandbox process exits. |
| 49 | Wait(ctx context.Context) (<-chan ExitStatus, error) |
| 50 | // Shutdown removes sandbox from the metadata store and shutdowns shim instance. |
no outgoing calls
no test coverage detected