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