# Functions
NewMongoUserService creates a new MongoUserService managing connection pools etc probably!.
NewUserServer creates a UserServer.
# Structs
MongoUserService provides storage functionality for Users.
User represents a person in our system.
UserServer provides a HTTP API for working with users.
# Interfaces
UserService provides ways of working with users.