Removed echo-contrib dependency.

This commit is contained in:
mikestefanello 2024-06-15 16:56:47 -04:00
parent 8eafb6b666
commit 75aefa8a0a
13 changed files with 108 additions and 18 deletions

View file

@ -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