Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmailNotExist = myerrors.NewErrorBadContentRequest("Такой email не существует") ErrEmailBusy = myerrors.NewErrorBadContentRequest("Такой email уже занят") NameSeqUser = pgx.Identifier{"public", "user_id_seq"} //nolint:gochecknoglobals )
Functions ¶
Types ¶
type AuthStorage ¶
type AuthStorage struct {
// contains filtered or unexported fields
}
func NewAuthStorage ¶
func NewAuthStorage(pool pgxpool.IPgxPool) (*AuthStorage, error)
Click to show internal directories.
Click to hide internal directories.