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