user

package
v0.0.0-...-e754585 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrScanningUserRow is returned when the user row cannot be scanned.
	ErrScanningUserRow = errors.New("error scanning user row")
	// ErrCreatingUser is returned when the user cannot be created.
	ErrCreatingUser = errors.New("error creating user")
	// ErrUpdatingUser is returned when the user cannot be updated.
	ErrUpdatingUser = errors.New("error updating user")
	// ErrUserRepositoryIsNil is the error returned when the user repository is nil.
	ErrUserRepositoryIsNil = errors.New("user repository is nil")
	// ErrUserNotFound is the error returned when a user is not found.
	ErrUserNotFound = errors.New("user not found")
	// ErrUserAlreadyCreated is the error returned when a user is already created.
	ErrUserAlreadyCreated = errors.New("user already created")
	// ErrQueryingUserByID is the error returned when querying a user by ID.
	ErrQueryingUserByID = errors.New("error querying user by ID")
	// ErrQueryingUserByEmail is the error returned when querying a user by email.
	ErrQueryingUserByEmail = errors.New("error querying user by email")
	// ErrScanningUserByID is the error returned when scanning a user by ID.
	ErrScanningUserByID = errors.New("error scanning user by ID")
	// ErrScanningUserByEmail is the error returned when scanning a user by email.
	ErrScanningUserByEmail = errors.New("error scanning user by email")
	// ErrNilUser is the error returned when the user is nil.
	ErrNilUser = errors.New("user is nil")
	// ErrNilUserUseCases is the error returned when the user use cases is nil.
	ErrNilUserUseCases = errors.New("user use cases is nil")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL