Create is used to initialize sandbox environment. (mounts, any)
(ctx context.Context, sandboxInfo Sandbox, opts ...CreateOpt)
| 95 | type Controller interface { |
| 96 | // Create is used to initialize sandbox environment. (mounts, any) |
| 97 | Create(ctx context.Context, sandboxInfo Sandbox, opts ...CreateOpt) error |
| 98 | // Start will start previously created sandbox. |
| 99 | Start(ctx context.Context, sandboxID string) (ControllerInstance, error) |
| 100 | // Platform returns target sandbox OS that will be used by Controller. |
no outgoing calls
no test coverage detected