vietguys/constant.go

11 lines
157 B
Go
Raw Normal View History

2021-08-09 04:41:57 +00:00
package vietguys
// Constant
const (
logCollectionName = "log_sms_vietguys"
SMSTypeOTP = "otp"
SellyOTPContent = "Selly - Ma xac nhan cua ban la %s"
)