google.golang.org/api/support/bundler.Bundler.Add (method)
6 uses
google.golang.org/api/support/bundler (current package)
bundler.go#L228: func (b *Bundler) Add(item interface{}, size int) error {
cloud.google.com/go/errorreporting
errors.go#L153: c.bundler.Add(c.newRequest(e), 1)
cloud.google.com/go/logging
logging.go#L793: if err := l.bundler.Add(ent, proto.Size(ent)); err != nil {
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L58: se.metricsBundler.Add(metric, 1)
stats.go#L169: err := e.viewDataBundler.Add(vd, 1)
trace.go#L103: err := e.bundler.Add(protoSpan, protoSize)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |