Documentation
¶
Index ¶
- type Processor
- func (pr *Processor[V]) AddOrUpdate(ctx context.Context, key string, value V, processedOn []string) (resErr error)
- func (pr *Processor[V]) Get(ctx context.Context, key string) (model.KVPair[V], error)
- func (pr *Processor[V]) Metrics() []prometheus.Collector
- func (pr *Processor[V]) Remove(ctx context.Context, key string, processedOn []string) (resErr error)
- func (pr *Processor[V]) Start(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.