Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mongo ¶
type Mongo struct {
// contains filtered or unexported fields
}
Mongo implements the ICheckable interface
func NewMongo ¶
func NewMongo(config *MongoConfig) (*Mongo, error)
NewMongo creates a new MongoDB database checker
type MongoConfig ¶
type MongoConfig struct {
Pinger MongoPinger
}
MongoConfig configuration for MongoDB database check
Click to show internal directories.
Click to hide internal directories.