//
pkg.gl
Category
github.com/Alibay/go-kit
batch
package
0.0.0-202411202249
Repository:
https://github.com/alibay/go-kit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
111 SLOC
#
Functions
NewBatchWorker
No description provided by the author
#
Structs
Options
No description provided by the author
#
Interfaces
Worker
Worker allows writing data in a batch manner events to write fire either by time interval or by number of items waiting to be written.
Writer
Writer interface must be implemented and passed by calling side.