Files
phishingclub/backend/data/messageType.go
T

7 lines
82 B
Go

package data
const (
MESSAGE_TYPE_EMAIL = "email"
MESSAGE_TYPE_SMS = "sms"
)