domains

package
v0.0.0-...-e796f14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

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 JWTClaimsPayload struct {
	AccessToken  string `json:"access_token"`
	RefreshToken string `json:"refresh_token"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL