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