Updated handler config (#63)
This commit is contained in:
1
vendor/github.com/labstack/echo/log.go
generated
vendored
1
vendor/github.com/labstack/echo/log.go
generated
vendored
@ -15,6 +15,7 @@ type (
|
||||
SetPrefix(p string)
|
||||
Level() log.Lvl
|
||||
SetLevel(v log.Lvl)
|
||||
SetHeader(h string)
|
||||
Print(i ...interface{})
|
||||
Printf(format string, args ...interface{})
|
||||
Printj(j log.JSON)
|
||||
|
Reference in New Issue
Block a user