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, cmder chan<- jobs.Commander) (jobs.Driver, error)
- func (p *Plugin) Init(log Logger, cfg Configurer) error
- func (p *Plugin) Name() string
- func (p *Plugin) Weight() uint
- 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 (p *Plugin) DriverFromConfig(configKey string, pq jobs.Queue, pipeline jobs.Pipeline, cmder chan<- jobs.Commander) (jobs.Driver, error)
DriverFromConfig constructs kafka driver from the .rr.yaml configuration
type Tracer ¶ added in v4.1.0
type Tracer interface {
Tracer() *sdktrace.TracerProvider
}
Click to show internal directories.
Click to hide internal directories.