Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type CustomAnalyzer ¶
type CustomAnalyzer struct{}
func NewCustomAnalyzer ¶
func NewCustomAnalyzer() *CustomAnalyzer
func (*CustomAnalyzer) Check ¶
func (*CustomAnalyzer) Check(actualConfig []CustomAnalyzerConfiguration, name, url string, port int) error
type CustomAnalyzerConfiguration ¶
type CustomAnalyzerConfiguration struct { Name string `mapstructure:"name"` Connection Connection `mapstructure:"connection"` }
Click to show internal directories.
Click to hide internal directories.