Documentation
¶
Overview ¶
Package postgresql provides the PostgreSQL checker for the Wait4X application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PostgreSQL ¶
type PostgreSQL struct {
// contains filtered or unexported fields
}
PostgreSQL is a PostgreSQL checker
func (*PostgreSQL) Check ¶
func (p *PostgreSQL) Check(ctx context.Context) (err error)
Check checks the PostgreSQL connection
func (*PostgreSQL) Identity ¶
func (p *PostgreSQL) Identity() (string, error)
Identity returns the identity of the PostgreSQL checker
Click to show internal directories.
Click to hide internal directories.