Categorygithub.com/jimysheepman/go-mastergo-tutorialsgo-803-questions-and-answers04-http-handlers-revisited
package
0.0.0-20240716191418-e4412870799f
Repository: https://github.com/jimysheepman/go-master.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.