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