Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModulesDir string = "modules" ValidatorsDirectory string = "validators" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModulesConfig ¶
type ModulesConfig struct {
Stakewise *swconfig.StakewiseConfig
}
Configuration for Hyperdrive modules
func (*ModulesConfig) GetParameters ¶
func (cfg *ModulesConfig) GetParameters() []types.IParameter
Get the parameters for this config
func (*ModulesConfig) GetSubconfigs ¶
func (cfg *ModulesConfig) GetSubconfigs() map[string]types.IConfigSection
Get the sections underneath this one
func (*ModulesConfig) GetTitle ¶
func (cfg *ModulesConfig) GetTitle() string
The the title for the config
func (*ModulesConfig) ModulesDirectory ¶
func (c *ModulesConfig) ModulesDirectory() string
func (*ModulesConfig) ValidatorsDirectory ¶
func (c *ModulesConfig) ValidatorsDirectory() string
Click to show internal directories.
Click to hide internal directories.