Versions in this module Expand all Collapse all v0 v0.0.1 Aug 7, 2025 Changes in this version + type Conf struct + AuthMechanism string + AuthSource string + DBName string + Host string + Option string + Password string + Port int + TlsCAFile string + TlsCertificateKeyFile string + Username string + func (c Conf) GetDSN() string + func (c Conf) MustNewClient() *mongo.Client + func (c Conf) MustNewDatabase() *mongo.Database