Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ABTestInfo ¶
func ABTestInfo() echo.MiddlewareFunc
ABTestInfo 中间件将 abtest_info 从 cookies 中解析出来并带入 request header
func ElasticAPM ¶
func ElasticAPM() echo.MiddlewareFunc
func HealthProbe ¶
func HealthProbe() echo.MiddlewareFunc
Types ¶
type LoggerConfig ¶
type LoggerConfig struct {
Skipper middleware.Skipper
RecordRequestBody bool
Enable bool
}
type LoggerConfigBuilder ¶
type LoggerConfigBuilder func(*LoggerConfig)
func LoggerRecordRequestBody ¶
func LoggerRecordRequestBody(v bool) LoggerConfigBuilder
开启/关闭记录 Request Body
Click to show internal directories.
Click to hide internal directories.