(ctx context.Context)
| 43 | type Invoker interface { |
| 44 | Close() error |
| 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) |
no outgoing calls