# Functions

GetDB return copy mgo instance.
InitMongo init Data Base.
NewConnection return new DB connectionconnection with urlin url must be pass and user if needed.
ShutDown close the connection.

# Variables

IsNotConnected is err when DB is not connected to mongo.

# Structs

DB is connection struct to mongoDBuse mgo.
Error mongo error.