Documentation
¶
Index ¶
- type BaseDriver
- func (d *BaseDriver) ChangeDisplayPassword(_ context.Context, password string) error
- func (d *BaseDriver) CreateDisk() error
- func (d *BaseDriver) GetDisplayConnection(_ context.Context) (string, error)
- func (d *BaseDriver) Start(_ context.Context) (chan error, error)
- func (d *BaseDriver) Stop(_ context.Context) error
- func (d *BaseDriver) Validate() error
- type Driver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseDriver ¶
func (*BaseDriver) ChangeDisplayPassword ¶ added in v0.15.0
func (d *BaseDriver) ChangeDisplayPassword(_ context.Context, password string) error
func (*BaseDriver) CreateDisk ¶
func (d *BaseDriver) CreateDisk() error
func (*BaseDriver) GetDisplayConnection ¶ added in v0.15.0
func (d *BaseDriver) GetDisplayConnection(_ context.Context) (string, error)
func (*BaseDriver) Validate ¶
func (d *BaseDriver) Validate() error
Click to show internal directories.
Click to hide internal directories.