Build(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1
Bumps golangci/golangci-lint-action from 9.2.0 to 9.2.1.
updated-dependencies:
- dependency-name: golangci/golangci-lint-action dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-patch …
Signed-off-by: dependabot[bot] support@github.com
Batching
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
batchingimplements a genericBatcher. This batcher usesinterface{}and should not be used directly. It should be specialized by creating a type that embedsBatcherbut accepts concrete types. SeeByteBatcherfor an example of specializing theBatcher. Also, seeexample_test.gofor an example of how to use a specialized batcher.