package
1.8.0
Repository: https://github.com/entropyx/dd-trace-go.git
Documentation: pkg.go.dev

# Functions

NewRouter returns a new router instance traced with the global tracer.
WithServiceName sets the given service name for the router.
WithSpanOptions applies the given set of options to the spans started by the router.

# Structs

Router registers routes to be matched and dispatches a handler.

# Type aliases

RouterOption represents an option that can be passed to NewRouter.