Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModulesName string = "modules" ValidatorsDirectory string = "validators" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IModuleConfig ¶
type IModuleConfig interface { types.IConfigSection GetModuleName() string // A map of the Validator Client IDs to their container tags GetValidatorContainerTagInfo() map[types.ContainerID]string // Return if doppelganger detection is enabled for any of the VCs IsDoppelgangerEnabled() bool // True if the module is enabled IsEnabled() bool // Get the list of containers that should be deployed GetContainersToDeploy() []types.ContainerID }
Click to show internal directories.
Click to hide internal directories.