Documentation
¶
Index ¶
- Constants
- func EnsureFs(driver *driver.BaseDriver) error
- type LimaWslDriver
- func (l *LimaWslDriver) CanRunGUI() bool
- func (l *LimaWslDriver) GuestAgentConn(_ context.Context) (net.Conn, error)
- func (l *LimaWslDriver) RunGUI() error
- func (l *LimaWslDriver) Start(ctx context.Context) (chan error, error)
- func (l *LimaWslDriver) Stop(ctx context.Context) error
- func (l *LimaWslDriver) Unregister(ctx context.Context) error
- func (l *LimaWslDriver) Validate() error
Constants ¶
View Source
const Enabled = true
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LimaWslDriver ¶
type LimaWslDriver struct {
*driver.BaseDriver
}
func New ¶
func New(driver *driver.BaseDriver) *LimaWslDriver
func (*LimaWslDriver) CanRunGUI ¶
func (l *LimaWslDriver) CanRunGUI() bool
Requires WSLg, which requires specific version of WSL2 to be installed. TODO: Add check and add support for WSLg (instead of VNC) to hostagent.
func (*LimaWslDriver) GuestAgentConn ¶ added in v0.19.0
func (*LimaWslDriver) RunGUI ¶
func (l *LimaWslDriver) RunGUI() error
func (*LimaWslDriver) Start ¶
func (l *LimaWslDriver) Start(ctx context.Context) (chan error, error)
func (*LimaWslDriver) Unregister ¶
func (l *LimaWslDriver) Unregister(ctx context.Context) error
func (*LimaWslDriver) Validate ¶
func (l *LimaWslDriver) Validate() error
Click to show internal directories.
Click to hide internal directories.