Documentation ¶
Index ¶
- func SetEmailAlreadyExistError(r *core_dtos.ResponseDto)
- func SetEmailEqualityError(r *core_dtos.ResponseDto)
- func SetInternalServerStatus(r *core_dtos.ResponseDto)
- func SetInvalidCredentialError(r *core_dtos.ResponseDto)
- func SetMalformedCodeError(r *core_dtos.ResponseDto)
- func SetPhoneAlreadyExistError(r *core_dtos.ResponseDto)
- func SetPhoneEqualityError(r *core_dtos.ResponseDto)
- func SetSendCodeError(r *core_dtos.ResponseDto)
- func SetSendCodeTimeoutError(r *core_dtos.ResponseDto)
- type JWTClaimsPayload
- type StatusDomain
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetEmailAlreadyExistError ¶
func SetEmailAlreadyExistError(r *core_dtos.ResponseDto)
func SetEmailEqualityError ¶
func SetEmailEqualityError(r *core_dtos.ResponseDto)
func SetInternalServerStatus ¶
func SetInternalServerStatus(r *core_dtos.ResponseDto)
func SetInvalidCredentialError ¶
func SetInvalidCredentialError(r *core_dtos.ResponseDto)
func SetMalformedCodeError ¶
func SetMalformedCodeError(r *core_dtos.ResponseDto)
func SetPhoneAlreadyExistError ¶
func SetPhoneAlreadyExistError(r *core_dtos.ResponseDto)
func SetPhoneEqualityError ¶
func SetPhoneEqualityError(r *core_dtos.ResponseDto)
func SetSendCodeError ¶
func SetSendCodeError(r *core_dtos.ResponseDto)
func SetSendCodeTimeoutError ¶
func SetSendCodeTimeoutError(r *core_dtos.ResponseDto)
Types ¶
type JWTClaimsPayload ¶
type StatusDomain ¶
type StatusDomain struct { Status string `json:"status"` Version string `json:"version"` Environment string `json:"environment"` }
Status - holds the information for the server's status
Click to show internal directories.
Click to hide internal directories.