This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package constants
|
||||
|
||||
type TaskType string
|
||||
|
||||
const (
|
||||
TaskTypeSendEmailOTP TaskType = "SEND_EMAIL_OTP"
|
||||
)
|
||||
|
||||
func (t TaskType) String() string {
|
||||
return string(t)
|
||||
}
|
||||
Reference in New Issue
Block a user