cloud.google.com/go/errorreporting/apiv1beta1.ErrorEventIterator.items (field)
9 uses
cloud.google.com/go/errorreporting/apiv1beta1 (current package)
error_stats_client.go#L248: it.items = append(it.items, items...)
error_stats_client.go#L281: items []*clouderrorreportingpb.ErrorEvent
error_stats_client.go#L311: item = it.items[0]
error_stats_client.go#L312: it.items = it.items[1:]
error_stats_client.go#L317: return len(it.items)
error_stats_client.go#L321: b := it.items
error_stats_client.go#L322: 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. |