Documentation
¶
Index ¶
Constants ¶
View Source
const (
ModulesJsonEnv = "modules.json"
)
Variables ¶
This section is empty.
Functions ¶
func SetModulesOverride ¶
SetModulesOverride is a testing function, so you can easily unittest function using the GetModules() func
Types ¶
type Modules ¶
type Modules struct {
CSIDriver bool `json:"csiDriver"`
ActiveGate bool `json:"activeGate"`
OneAgent bool `json:"oneAgent"`
Extensions bool `json:"extensions"`
LogMonitoring bool `json:"logMonitoring"`
EdgeConnect bool `json:"edgeConnect"`
Supportability bool `json:"supportability"`
KSPM bool `json:"kspm"`
}
func GetModules ¶
func GetModules() Modules
Click to show internal directories.
Click to hide internal directories.