Documentation ¶
Index ¶
- type Configurer
- type Logger
- type Plugin
- func (p *Plugin) Collects() []*dep.In
- func (p *Plugin) DriverFromConfig(configKey string, pq jobs.Queue, pipeline jobs.Pipeline) (jobs.Driver, error)
- func (p *Plugin) DriverFromPipeline(pipe jobs.Pipeline, pq jobs.Queue) (jobs.Driver, error)
- func (p *Plugin) Init(log Logger, cfg Configurer) error
- func (p *Plugin) Name() string
- type Tracer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configurer ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) DriverFromConfig ¶
func (*Plugin) DriverFromPipeline ¶
type Tracer ¶
type Tracer interface {
Tracer() *sdktrace.TracerProvider
}
Click to show internal directories.
Click to hide internal directories.