Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockModule ¶
type MockModule struct { Critical bool EnabledScriptResult bool EnabledScriptErr error EnabledModules *[]string ListOfRequiredModules []string Name string Path string Order uint32 }
func (MockModule) GetCritical ¶ added in v1.10.0
func (m MockModule) GetCritical() bool
func (MockModule) GetName ¶
func (m MockModule) GetName() string
func (MockModule) GetOrder ¶
func (m MockModule) GetOrder() uint32
func (MockModule) GetPath ¶
func (m MockModule) GetPath() string
Click to show internal directories.
Click to hide internal directories.