Versions in this module Expand all Collapse all v0 v0.2.2 Jan 15, 2025 Changes in this version + const Debug + const DisableGPU + const Light + const MissingSSD + const VirtualMachine + type Params map[string][]string + func GetParams() Params + func (k Params) Exists(key string) bool + func (k Params) Get(key string) ([]string, bool) + func (k Params) GetOne(key string) (string, bool) + func (k Params) IsDebug() bool + func (k Params) IsGPUDisabled() bool + func (k Params) IsVirtualMachine() bool