cloud.google.com/go/logging/apiv2.LogMetricIterator.items (field)
9 uses
cloud.google.com/go/logging/apiv2 (current package)
metrics_client.go#L163: it.items = append(it.items, items...)
metrics_client.go#L238: items []*loggingpb.LogMetric
metrics_client.go#L263: item = it.items[0]
metrics_client.go#L264: it.items = it.items[1:]
metrics_client.go#L269: return len(it.items)
metrics_client.go#L273: b := it.items
metrics_client.go#L274: 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. |