Documentation
¶
Overview ¶
Package validator provides functions for interacting with the validator and its plugins.
Index ¶
- func ReadValidatorConfig(c *cfg.Config, tc *cfg.TaskConfig, vc *components.ValidatorConfig) error
- func ReadValidatorPluginConfig(c *cfg.Config, tc *cfg.TaskConfig, vc *components.ValidatorConfig) error
- func UpdateValidatorCredentials(c *components.ValidatorConfig) error
- func UpdateValidatorPluginCredentials(c *components.ValidatorConfig, tc *cfg.TaskConfig) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadValidatorConfig ¶
func ReadValidatorConfig(c *cfg.Config, tc *cfg.TaskConfig, vc *components.ValidatorConfig) error
ReadValidatorConfig prompts the user to configure installation settings for validator and its plugins. nolint:gocyclo
func ReadValidatorPluginConfig ¶ added in v0.1.0
func ReadValidatorPluginConfig(c *cfg.Config, tc *cfg.TaskConfig, vc *components.ValidatorConfig) error
ReadValidatorPluginConfig prompts the user to configure validator plugins rule(s).
func UpdateValidatorCredentials ¶
func UpdateValidatorCredentials(c *components.ValidatorConfig) error
UpdateValidatorCredentials updates validator credentials
func UpdateValidatorPluginCredentials ¶ added in v0.1.0
func UpdateValidatorPluginCredentials(c *components.ValidatorConfig, tc *cfg.TaskConfig) error
UpdateValidatorPluginCredentials updates validator plugin credentials
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.