package
0.0.0-20220306230435-d011049cb241
Repository: https://github.com/andmorefine/learn-go-with-tests.git
Documentation: pkg.go.dev

# 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.