Versions in this module Expand all Collapse all v0 v0.8.1 Dec 12, 2025 v0.8.0 Dec 2, 2025 Changes in this version + type Workstation struct + ContainerRuntime virt.ContainerRuntime + NetworkManager network.NetworkManager + SSHClient ssh.Client + Services []services.Service + VirtualMachine virt.VirtualMachine + func NewWorkstation(rt *runtime.Runtime, opts ...*Workstation) (*Workstation, error) + func (w *Workstation) Down() error + func (w *Workstation) Prepare() error + func (w *Workstation) Up() error