Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotRunning = errors.New("not running") ErrAlreadyRunning = errors.New("already running") )
Functions ¶
This section is empty.
Types ¶
type AnalyzerInstance ¶
type AnalyzerInstance struct {
// contains filtered or unexported fields
}
An AnalyzerInstance is an Analyzer ran by a Manager, one per MySQL instance as configured.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
A Manager runs AnalyzerInstances, one per MySQL instance as configured.
func NewManager ¶
func (*Manager) GetDefaults ¶
Click to show internal directories.
Click to hide internal directories.