cloud.google.com/go/errorreporting/apiv1beta1.ErrorGroupStatsIterator.items (field)
9 uses
cloud.google.com/go/errorreporting/apiv1beta1 (current package)
error_stats_client.go#L207: it.items = append(it.items, items...)
error_stats_client.go#L328: items []*clouderrorreportingpb.ErrorGroupStats
error_stats_client.go#L358: item = it.items[0]
error_stats_client.go#L359: it.items = it.items[1:]
error_stats_client.go#L364: return len(it.items)
error_stats_client.go#L368: b := it.items
error_stats_client.go#L369: it.items = nil
![]() |
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. |