package
1.0.2
Repository: https://github.com/kodinggo/user-service-gb1.git
Documentation: pkg.go.dev

# Variables

ErrEmailNotFound is an error for email not found.
ErrInvalidPassword is an error for invalid password.
No description provided by the author

# Structs

No description provided by the author
User is a struct that represents a user for database model.

# Interfaces

No description provided by the author
No description provided by the author
IUserRepository is an interface that represents a user repository.
IUserUsecase is an interface that represents a user usecase.