Build(deps): bump github.com/onsi/gomega from 1.39.0 to 1.39.1
Bumps github.com/onsi/gomega from 1.39.0 to 1.39.1.
updated-dependencies:
- dependency-name: github.com/onsi/gomega dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-patch …
Signed-off-by: dependabot[bot] support@github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
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.