Documentation
¶
Index ¶
Constants ¶
View Source
const (
ConnectionTimeout = 5 * time.Second
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Invoker ¶
type Invoker interface { Close() error StartJupyterServer(ctx context.Context) (int, string, error) RebuildContainer(ctx context.Context, full bool) error StartSSHServer(ctx context.Context) (int, string, error) StartSSHServerWithOptions(ctx context.Context, options StartSSHServerOptions) (int, string, error) }
func CreateInvoker ¶
Connects to the internal RPC server and returns a new invoker for it
type StartSSHServerOptions ¶
type StartSSHServerOptions struct {
UserPublicKeyFile string
}
Click to show internal directories.
Click to hide internal directories.