driver

package
v0.14.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseDriver

type BaseDriver struct {
	Instance *store.Instance
	Yaml     *limayaml.LimaYAML

	SSHLocalPort int
}

func (*BaseDriver) CreateDisk

func (d *BaseDriver) CreateDisk() error

func (*BaseDriver) Start

func (d *BaseDriver) Start(_ context.Context) (chan error, error)

func (*BaseDriver) Stop

func (d *BaseDriver) Stop(_ context.Context) error

func (*BaseDriver) Validate

func (d *BaseDriver) Validate() error

type Driver

type Driver interface {
	Validate() error

	CreateDisk() error

	Start(_ context.Context) (chan error, error)

	Stop(_ context.Context) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL