tart

package
v0.117.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: AGPL-3.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrTartNotFound = errors.New("tart command not found")
	ErrTartFailed   = errors.New("tart command returned non-zero exit code")
)
View Source
var (
	ErrFailed     = errors.New("tart isolation failed")
	ErrSyncFailed = errors.New("failed to sync project directory")
)

Functions

func Cleanup added in v0.91.0

func Cleanup() error

func Cmd

func Cmd(
	ctx context.Context,
	additionalEnvironment map[string]string,
	name string,
	args ...string,
) (string, string, error)

func CmdWithLogger added in v0.77.0

func CmdWithLogger(
	ctx context.Context,
	additionalEnvironment map[string]string,
	logger *echelon.Logger,
	name string,
	args ...string,
) (string, string, error)

func Installed added in v0.106.0

func Installed() bool

Types

type Info added in v0.116.0

type Info struct {
	OS string `json:"os"`
}

type Option

type Option func(*Tart)

func WithDiskSize added in v0.108.3

func WithDiskSize(diskSize uint32) Option

func WithDisplay added in v0.97.0

func WithDisplay(display string) Option

func WithLogger

func WithLogger(logger logger.Lightweight) Option

func WithSoftnet added in v0.81.0

func WithSoftnet() Option

func WithVolumes added in v0.105.0

func WithVolumes(volumes []*api.Isolation_Tart_Volume) Option

type Tart

type Tart struct {
	// contains filtered or unexported fields
}

func New

func New(
	vmName string,
	sshUser string,
	sshPassword string,
	sshPort uint16,
	cpu uint32,
	memory uint32,
	opts ...Option,
) (*Tart, error)

func (*Tart) Attributes added in v0.114.2

func (tart *Tart) Attributes() []attribute.KeyValue

func (*Tart) Close

func (tart *Tart) Close(ctx context.Context) error

func (*Tart) Image added in v0.110.0

func (tart *Tart) Image() string

func (*Tart) Run

func (tart *Tart) Run(ctx context.Context, config *runconfig.RunConfig) (err error)

func (*Tart) Warmup added in v0.113.0

func (tart *Tart) Warmup(
	ctx context.Context,
	ident string,
	additionalEnvironment map[string]string,
	logger *echelon.Logger,
) error

func (*Tart) WorkingDirectory

func (tart *Tart) WorkingDirectory(projectDir string, dirtyMode bool) string

type VM

type VM struct {
	// contains filtered or unexported fields
}

func NewVMClonedFrom

func NewVMClonedFrom(
	ctx context.Context,
	from string,
	to string,
	lazyPull bool,
	env map[string]string,
	logger *echelon.Logger,
) (*VM, error)

func (*VM) Close

func (vm *VM) Close() error

func (*VM) Configure added in v0.108.5

func (vm *VM) Configure(
	ctx context.Context,
	cpu uint32,
	memory uint32,
	diskSize uint32,
	display string,
	logger *echelon.Logger,
) error

func (*VM) ErrChan

func (vm *VM) ErrChan() chan error

func (*VM) Ident

func (vm *VM) Ident() string

func (*VM) Info added in v0.116.0

func (vm *VM) Info(ctx context.Context) (*Info, error)

func (*VM) RetrieveIP

func (vm *VM) RetrieveIP(ctx context.Context) (string, error)

func (*VM) Start

func (vm *VM) Start(
	ctx context.Context,
	softnet bool,
	directoryMounts []directoryMount,
)

Jump to

Keyboard shortcuts

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