Versions in this module Expand all Collapse all v0 v0.8.2 Mar 6, 2025 Changes in this version + type StartArgs struct + Config []byte + InstanceName string + type StopArgs struct + InstanceName string + type VMDriver interface + Start func(instanceName string, Config []byte) error + Stop func(instanceName string) error