package
0.0.0-20250204014939-f4c178b9ac71
Repository: https://github.com/ahummel25/user-auth-api.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
FromContext returns the UserCollection from the context, or an error if not found.
GetUsersCollectionKey is a wrapper function around the usersCollectionCtxKey returning a pointer to that value.
New returns a pointer to a new auth service.
No description provided by the author
# Interfaces
API is the interface that wraps the methods for user operations.
UserCollection is an interface that wraps the database.Collection interface.