package
0.0.0-20220225041527-3dd14bfbc0e4
Repository: https://github.com/yael-castro/survey-renderer-api.git
Documentation: pkg.go.dev

# Functions

NewMD works same that function NewMongoDatabase but, it does not return an error instead it panics.
NewMongoDatabase establish connection with a MongoDB database using the Configuration passed as parameter.

# Constants

NoSQL defines an NoSQL storage oriented for documents like MongoDB.

# Structs

Configuration settings used to make a repository connection.
SurveyStorageNoSQL implementation of SurveyFinder that search a survey in a NoSQL storage oriented to documents.

# Interfaces

SurveyFinder defines the survey finder.

# Type aliases

Type defines which repository be used.