Documentation ¶
Index ¶
Constants ¶
View Source
const (
UniqueConstraintEmail = "users_email_key"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EmailDuplicateError ¶
type EmailDuplicateError struct {
Email string
}
func (*EmailDuplicateError) Error ¶
func (e *EmailDuplicateError) Error() string
type EmailNotExistsError ¶
type EmailNotExistsError struct{}
func (*EmailNotExistsError) Error ¶
func (*EmailNotExistsError) Error() string
type PasswordMismatchError ¶
type PasswordMismatchError struct{}
func (*PasswordMismatchError) Error ¶
func (e *PasswordMismatchError) Error() string
type User ¶
type UserNotExistsError ¶
type UserNotExistsError struct{}
func (*UserNotExistsError) Error ¶
func (*UserNotExistsError) Error() string
Click to show internal directories.
Click to hide internal directories.