chore: init users
This commit is contained in:
9
internal/errs/user.go
Normal file
9
internal/errs/user.go
Normal file
@ -0,0 +1,9 @@
|
||||
package errs
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
EmptyUsername = errors.New("username is empty")
|
||||
EmptyPassword = errors.New("password is empty")
|
||||
WrongPassword = errors.New("password is incorrect")
|
||||
)
|
Reference in New Issue
Block a user