Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AfterRequestPlugin ¶ added in v1.0.17
type BeforeRequestPlugin ¶ added in v1.0.17
type JaegerBeforePlugin ¶ added in v1.0.17
type JaegerBeforePlugin struct{}
type Option ¶
type Option func(r *RPC)
func WithAfterPlugins ¶ added in v1.0.17
func WithAfterPlugins(plugins ...AfterRequestPlugin) Option
func WithBeforePlugins ¶ added in v1.0.17
func WithBeforePlugins(plugins ...BeforeRequestPlugin) Option
func WithLogger ¶
func WithLogger(logger *loggingRPC.RPCLogger) Option
Click to show internal directories.
Click to hide internal directories.