Removed echo-contrib dependency.
This commit is contained in:
parent
5531e0bec2
commit
71f7de8771
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