Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler for zap.
func (*Handler) ServeHTTP ¶
func (h *Handler) ServeHTTP(res http.ResponseWriter, req *http.Request, next http.HandlerFunc)
ServeHTTP or zap.
type RoundTripper ¶
type RoundTripper struct { http.RoundTripper // contains filtered or unexported fields }
RoundTripper for zap.
func NewRoundTripper ¶
func NewRoundTripper(logger *zap.Logger, r http.RoundTripper) *RoundTripper
NewRoundTripper for zap.
Click to show internal directories.
Click to hide internal directories.