Documentation ¶
Index ¶
Constants ¶
View Source
const ( UsedOTP = "USED_OTP" InvalidOTP = "INVALID_OTP" DepsErr = "DEPS_ERROR" InvalidPayload = "INVALID_PAYLOAD" )
Variables ¶
View Source
var ( ErrUsedOTP = errors.New("otp has been used") ErrInvalidOTP = errors.New("invalid otp") ErrInternalServer = errors.New("something wasn't right") ErrSigningToken = errors.New("signing token error") ErrAlreadyExist = errors.New("data is already exist") ErrNotFound = errors.New("data not found") ErrDataInUse = errors.New("data still in use") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.