init service
This commit is contained in:
parent
9bffb2e39d
commit
336bd34bd3
3 changed files with 141 additions and 0 deletions
7
store/errors.go
Normal file
7
store/errors.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package store
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrUserEmailConflict = errors.New("pase.store: user email conflict")
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue