Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 624 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 624 Bytes

Batch

Go Reference Go Report Card

Batcher collect a data and flush it if the batch is full or the interval is elapsed.

Installation

go get github.com/gotidy/batch

Examples

batch := New(flusher)
batch.Put("some data")

Documentation

Go Reference

License

Apache 2.0