master
validateMongoConfig
func validateMongoConfig(cfg *MongoConfig) error { if cfg == nil { return fmt.Errorf("Main config cannot be nil") }