Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constructor ¶
type Noop ¶
type Noop struct{}
func (Noop) DynamicFields ¶
func (n Noop) DynamicFields() []log.DynamicFields
func (Noop) WrapRoundTrip ¶
func (n Noop) WrapRoundTrip(rt http.RoundTripper) http.RoundTripper
type Registry ¶
type Registry struct {
Constructors map[string]Constructor
}
type Tracing ¶
type Tracing interface { WrapRoundTrip(rt http.RoundTripper) http.RoundTripper AttachTag(ctx context.Context, key string, value interface{}) DynamicFields() []log.DynamicFields CreateRootMux() (*mux.Router, http.Handler) }
Click to show internal directories.
Click to hide internal directories.