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 + var RETRY_WAIT = func() int { ... }() + type BaseVirt struct + func NewBaseVirt(rt *runtime.Runtime) *BaseVirt + type ColimaVirt struct + func NewColimaVirt(rt *runtime.Runtime) *ColimaVirt + func (v *ColimaVirt) Down() error + func (v *ColimaVirt) Up() error + func (v *ColimaVirt) WriteConfig() error + type ContainerInfo struct + Address string + Labels map[string]string + Name string + type ContainerRuntime interface + type DockerVirt struct + func NewDockerVirt(rt *runtime.Runtime, serviceList []services.Service) *DockerVirt + func (v *DockerVirt) Down() error + func (v *DockerVirt) Up() error + func (v *DockerVirt) WriteConfig() error + type MockVirt struct + DownFunc func() error + UpFunc func(verbose ...bool) error + WriteConfigFunc func() error + func NewMockVirt() *MockVirt + func (m *MockVirt) Down() error + func (m *MockVirt) Up() error + func (m *MockVirt) WriteConfig() error + type Shims struct + GOARCH func() string + MarshalYAML func(v any) ([]byte, error) + MkdirAll func(path string, perm os.FileMode) error + NewYAMLEncoder func(w io.Writer, opts ...yaml.EncodeOption) YAMLEncoder + NumCPU func() int + Rename func(oldpath, newpath string) error + Setenv func(key, value string) error + Stat func(name string) (os.FileInfo, error) + UnmarshalJSON func(data []byte, v any) error + UserHomeDir func() (string, error) + VirtualMemory func() (*mem.VirtualMemoryStat, error) + WriteFile func(name string, data []byte, perm os.FileMode) error + func NewShims() *Shims + type VMInfo struct + Address string + Arch string + CPUs int + Disk int + Memory int + Name string + type Virt interface + Down func() error + Up func() error + WriteConfig func() error + type VirtualMachine interface + type YAMLEncoder interface + Close func() error + Encode func(v any) error