Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
Checker represents health checker plugin for mongoDB.
func NewChecker ¶
NewChecker returns a new checker plugin.
type Health ¶
type Health struct {
// contains filtered or unexported fields
}
Health represents a healh plugin for mongo.
func NewHealthWithConfigPath ¶
NewHealthWithConfigPath returns a new health with options from config path.
func NewHealthWithOptions ¶
NewHealthWithOptions returns a new health with options.
type Options ¶
Options represents health plugin for mongo options
func NewOptions ¶
NewOptions returns options from config file or environment vars.
func NewOptionsWithPath ¶
NewOptionsWithPath unmarshals options based a given key path.
Click to show internal directories.
Click to hide internal directories.