cloud.google.com/go/monitoring/apiv3.MonitoredResourceIterator.items (field)
9 uses
cloud.google.com/go/monitoring/apiv3 (current package)
group_client.go#L343: it.items = append(it.items, items...)
group_client.go#L401: items []*monitoredrespb.MonitoredResource
group_client.go#L431: item = it.items[0]
group_client.go#L432: it.items = it.items[1:]
group_client.go#L437: return len(it.items)
group_client.go#L441: b := it.items
group_client.go#L442: 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. |