Files
Authentication/helper/constants.go
T
2025-11-25 15:12:31 +08:00

11 lines
312 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"
)