Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientConfig ¶ added in v0.0.5
type ClientConfig struct { Host string Port string Username string Password string DB string Ssl bool InsecureSkipVerify bool ReplicaSet string Certificate string }
func (*ClientConfig) MongoClient ¶ added in v0.0.5
func (c *ClientConfig) MongoClient() (*mongo.Client, error)
type PrivilegeDto ¶
Click to show internal directories.
Click to hide internal directories.