Documentation
¶
Index ¶
- type MonitoringInterceptor
- func (m *MonitoringInterceptor) Match(request *http.Request) bool
- func (m *MonitoringInterceptor) Name() string
- func (m *MonitoringInterceptor) PostHandle(_ context.Context, _ http.ResponseWriter, _ *http.Request)
- func (m *MonitoringInterceptor) PreHandle(c context.Context, _ http.ResponseWriter, request *http.Request) (context.Context, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonitoringInterceptor ¶
type MonitoringInterceptor struct{}
func (*MonitoringInterceptor) Match ¶
func (m *MonitoringInterceptor) Match(request *http.Request) bool
func (*MonitoringInterceptor) Name ¶
func (m *MonitoringInterceptor) Name() string
func (*MonitoringInterceptor) PostHandle ¶
func (m *MonitoringInterceptor) PostHandle(_ context.Context, _ http.ResponseWriter, _ *http.Request)
Click to show internal directories.
Click to hide internal directories.