Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mongo ¶
type Mongo struct {
Client *mongo.Client
Host string
Port int
User string
Password string
DB string
Collection string
RetrieveQuery *string
ClearQuery *string
FailQuery *string
Key *string
AuthSource *string
// TLS
EnableTLS *bool
TLSInsecure *bool
TLSCert *string
TLSKey *string
TLSCA *string
}
func (*Mongo) HandleFailure ¶
Click to show internal directories.
Click to hide internal directories.