Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // DSN is the MySQL instance connection DSN. Required. DSN string // LogFunc is the callback function for errors logging during check. // If not set logging is skipped. LogFunc func(err error, details string, extra ...interface{}) }
Config is the MySQL checker configuration settings container.
Click to show internal directories.
Click to hide internal directories.