package
0.0.0-20220207184604-e3f747d769dd
Repository: https://github.com/improbable/google-api-go-client.git
Documentation: pkg.go.dev

# Functions

NewBundler creates a new Bundler.

# Constants

1G.
1M.
No description provided by the author
No description provided by the author

# Variables

ErrOverflow indicates that Bundler's stored bytes exceeds its BufferedByteLimit.
ErrOversizedItem indicates that an item's size exceeds the maximum bundle size.

# Structs

A Bundler collects items added to it into a bundle until the bundle exceeds a given size, then calls a user-provided function to handle the bundle.