package
0.0.0-20250122124320-23b25248e6ad
Repository: https://github.com/quii/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 an HTTP API for working with users.
# Interfaces
UserService provides ways of working with users.