Skip to content

gotidy/batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published