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 tracer.
func (*Handler) ServeHTTP ¶
func (h *Handler) ServeHTTP(resp http.ResponseWriter, req *http.Request, next http.HandlerFunc)
ServeHTTP for tracer.
type Params ¶
type Params struct { fx.In Lifecycle fx.Lifecycle Config *tracer.Config Environment env.Environment Version version.Version }
Params for tracer.
type RoundTripper ¶
type RoundTripper struct { http.RoundTripper // contains filtered or unexported fields }
RoundTripper for tracer.
func NewRoundTripper ¶
func NewRoundTripper(tracer Tracer, hrt http.RoundTripper) *RoundTripper
NewRoundTripper for tracer.
Click to show internal directories.
Click to hide internal directories.