Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ActiveEvaluationOrchestrator *pluginkit.EvaluationOrchestrator
Functions ¶
func NewPluginCommands ¶
func NewPluginCommands(pluginName, buildVersion, buildGitCommitHash, buildTime string, orchestrator *pluginkit.EvaluationOrchestrator) *cobra.Command
func ReadConfig ¶
func ReadConfig()
Types ¶
type PluginError ¶ added in v1.11.0
PluginError retains an error object and the name of the pack that generated it
type PluginErrors ¶ added in v1.11.0
type PluginErrors struct {
Errors []PluginError
}
PluginErrors holds a list of errors and an Error() method so it adheres to the standard Error interface
func (*PluginErrors) Error ¶ added in v1.11.0
func (e *PluginErrors) Error() string
Click to show internal directories.
Click to hide internal directories.