Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct {
Level string `cfg:"level"`
Message string `cfg:"message"`
Headers bool `cfg:"headers"`
}
func (*Log) LevelCheck ¶
func (*Log) Middleware ¶
func (m *Log) Middleware() ([]echo.MiddlewareFunc, error)
Click to show internal directories.
Click to hide internal directories.