Removed echo-contrib dependency.
This commit is contained in:
parent
8eafb6b666
commit
75aefa8a0a
13 changed files with 108 additions and 18 deletions
|
|
@ -20,6 +20,9 @@ const (
|
|||
|
||||
// LoggerKey is the key value used to store a structured logger in context
|
||||
LoggerKey = "logger"
|
||||
|
||||
// SessionKey is the key value used to store the session data in context
|
||||
SessionKey = "session"
|
||||
)
|
||||
|
||||
// IsCanceledError determines if an error is due to a context cancelation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue