new consts
This commit is contained in:
@@ -23,6 +23,8 @@ import (
|
||||
const (
|
||||
// Handlers keys
|
||||
InvalidRequest string = "invalid_request"
|
||||
MalformedJSON string = "malformed_json"
|
||||
TokenBlacklisted string = "token_blacklisted"
|
||||
InternalError string = "internal_error"
|
||||
NotFound string = "not_found"
|
||||
Created string = "created"
|
||||
|
||||
Reference in New Issue
Block a user