Versions in this module Expand all Collapse all v0 v0.1.2 Apr 21, 2021 Changes in this version + func GetOrDownloadMongod(urlStr string, cachePath string, logger *memongolog.Logger) (string, error) + type DownloadSpec struct + Arch string + OSName string + Platform string + SSLBuildNeeded bool + Version string + func MakeDownloadSpec(version string) (*DownloadSpec, error) + func (spec *DownloadSpec) GetDownloadURL() string + type UnsupportedMongoVersionError struct + func (err *UnsupportedMongoVersionError) Error() string + type UnsupportedSystemError struct + func (err *UnsupportedSystemError) Error() string