Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultHost = "0.0.0.0" DefaultPort = 27017 DefaultDB = "" DefaultUser = "" DefaultPassword = "" DefaultAuthMechanism = "" DefaultReadPreference = "" DefaultSSLMode = false )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MongoDBConnector ¶
type MongoDBConnector struct {
// contains filtered or unexported fields
}
func (*MongoDBConnector) GetClient ¶
func (c *MongoDBConnector) GetClient() *mongo.Client
Click to show internal directories.
Click to hide internal directories.