Files
Authorization/helper/constants.go
T
2025-12-04 10:55:25 +08:00

12 lines
353 B
Go

package helper
const (
ContentTypeHeader = "Content-Type"
ApplicationJSON = "application/json"
ErrorLabel = "error"
MessageLabel = "message"
ErrorEncodingResponse = "Error encoding response"
ErrorFailedtoLogLoginEvent = "Failed to log login event"
WarningLabel = "WARNING:"
)