package
1.10.20
Repository: https://github.com/code-payments/code-server.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrAlreadyExists is returned when a user already exists in the database.
ErrInfluencerCodeAlreadyExists is returned when an influencer code already exists.
ErrInfluencerCodeExpired is returned when an influencer code is expired.
ErrInfluencerCodeNotFound is returned when an influencer code is not found.
ErrInfluencerCodeRevoked is returned when an influencer code is revoked.
ErrInviteCountExceeded is returned when a new user is attempted to be added to the database via an invite from someone who has reached their max count or has never been invited.
ErrUserNotFound is returned when a user is not found, which is equivalent to saying the user has not been invited.

# Structs

No description provided by the author
This view of a user is intentionally separated from the pkg/code/data/user model.
No description provided by the author

# Interfaces

No description provided by the author