Versions in this module Expand all Collapse all v1 v1.1.0 Jul 9, 2026 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) GetVersion() string + func (k Params) IsDebug() bool + func (k Params) IsGPUDisabled() bool + func (k Params) IsLight() bool + func (k Params) IsV3() bool + func (k Params) IsV3Light() bool + func (k Params) IsV4() bool + func (k Params) IsVirtualMachine() bool