Versions in this module Expand all Collapse all v0 v0.4.0 Feb 17, 2025 Changes in this version + const Auth + const AuthDecode + const AuthForm + const AuthFormEmailEmpty + const AuthFormEmailInvalid + const AuthFormPasswordInvalid + const AuthFormPasswordWrong + const AuthFormPasswordsMismatch + const DB + const DBGetUser + const JSON + const JSONDecoder + const JSONEncoder + const Profile + const QueryParams + const QueryParamsToken + const Token + const TokenEmpty + const TokenExpired + const Tx + const TxCommit + const TxNotUnique + const TxUnknown + const UserCredentials + const UserCredentialsCreate + const UserCredentialsIsNotActive + const UserCredentialsNotExists + const UserCredentialsReset + const UserCredentialsToken + const UserCredentialsUpdate + type DefaultMessagesList map[int]Error + type Error struct + ErrCode int + InternalCode int + Message string + Timestamp any + func New(code int, err error, internal int) *Error + func NewDefault(code int, internal int) *Error + func (e *Error) Error() string + func (e *Error) GetCode() int + func (e *Error) GetMessage() string