//
pkg.gl
Category
github.com/code-payments/code-server
pkg
code
data
user
identity
package
1.10.20
Repository:
https://github.com/code-payments/code-server.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
7
Files
51 SLOC
#
Packages
memory
No description provided by the author
postgres
No description provided by the author
tests
No description provided by the author
#
Variables
ErrAlreadyExists
ErrAlreadyExists is returned when a new user record is being added already exists.
ErrNotFound
ErrNotFound is returned when a user being fetched does not exist.
#
Structs
Record
User is the highest order of a form of identity.
#
Interfaces
Store
Store manages a user's identity.