Skip to content

cloudfoundry/go-batching

Repository files navigation

Batching

GoDoc

If you have any questions, or want to get attention for a PR or issue please reach out on the #logging-and-metrics channel in the cloudfoundry slack

batching implements a generic Batcher. This batcher uses interface{} and should not be used directly. It should be specialized by creating a type that embeds Batcher but accepts concrete types. See ByteBatcher for an example of specializing the Batcher. Also, see example_test.go for an example of how to use a specialized batcher.

About

Batching implements a generic batcher that can be specialized.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages