package
2.1.0
Repository: https://github.com/mongodb/mongo-go-driver.git
Documentation: pkg.go.dev

# Constants

ModeAlwaysOn is the fail point mode that enables the fail point for an indefinite number of matching commands.
ModeOff is the fail point mode that disables the fail point.

# Structs

Data configures how a fail point will behave.
FailPoint is used to configure a server fail point.
Mode configures when a fail point will be enabled.
WriteConcernError is the write concern error to return when the fail point is triggered.