(ctx context.Context)
| 44 | StartJupyterServer(ctx context.Context) (int, string, error) |
| 45 | RebuildContainer(ctx context.Context, full bool) error |
| 46 | StartSSHServer(ctx context.Context) (int, string, error) |
| 47 | StartSSHServerWithOptions(ctx context.Context, options StartSSHServerOptions) (int, string, error) |
| 48 | KeepAlive() |
| 49 | } |
no outgoing calls