case off
s5MongoAAO0A6DriverE18ConfigureFailpointO3offyAEy_xGAGmAbCE0D0RzlF
88YYO
import Mongo
A single-type module that declares the Mongo namespace.
Mongo
import MongoDriver
@frozen enum ConfigureFailpoint<Options> where Options : Mongo.Failpoint
The MongoDB configureFailPoint command.
configureFailPoint
enum Mongo
case always(Options)
case random(Options, probability: Double)
case times(Options, count: Int)