Documentation ¶ Index ¶ type Batcher func New(ctx context.Context, cfg *config.Config, log *slog.Logger) (*Batcher, error) func (b *Batcher) Run(ctx context.Context) (err error) func (b *Batcher) Stop(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Batcher ¶ type Batcher struct { // contains filtered or unexported fields } func New ¶ func New(ctx context.Context, cfg *config.Config, log *slog.Logger) (*Batcher, error) func (*Batcher) Run ¶ func (b *Batcher) Run(ctx context.Context) (err error) func (*Batcher) Stop ¶ func (b *Batcher) Stop(ctx context.Context) error Source Files ¶ View all Source files batcher.go Click to show internal directories. Click to hide internal directories.