Versions in this module Expand all Collapse all v0 v0.1.4 Jan 12, 2026 v0.1.3 Jan 11, 2026 v0.1.1 Jan 11, 2026 v0.1.0 Jan 11, 2026 Changes in this version + const DBNameChars + const DBNameLen + func RandomDatabase() string + type Options struct + Auth bool + CachePath string + DownloadURL string + LogLevel memongolog.LogLevel + Logger *log.Logger + MongoVersion string + MongodBin string + Port int + ShouldUseReplica bool + StartupTimeout time.Duration + type Server struct + func Start(version string) (*Server, error) + func StartWithOptions(opts *Options) (*Server, error) + func (s *Server) Port() int + func (s *Server) Stop() + func (s *Server) URI() string + func (s *Server) URIWithRandomDB() string Other modules containing this package github.com/100mslive/memongo/v2