Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLProbe ¶
type MySQLProbe struct {
// contains filtered or unexported fields
}
func NewMySQLProbe ¶
func NewMySQLProbe(name, connectionString string) MySQLProbe
NewMySQLProbe instantiate a new MySQL probe: - name: probe name - connectionString: connection string with the form "mysql://username:password@example.com"
func (MySQLProbe) Check ¶
func (p MySQLProbe) Check() error
func (MySQLProbe) Name ¶
func (p MySQLProbe) Name() string
Click to show internal directories.
Click to hide internal directories.