Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUserEmailExists = errors.New("user already exists") ErrUserNotFound = errors.New("user not found") )
Functions ¶
func InitTables ¶
Types ¶
type UserDAO ¶
type UserDAO struct {
// contains filtered or unexported fields
}
func NewUserDAO ¶
func (*UserDAO) FindByEmail ¶
Click to show internal directories.
Click to hide internal directories.