cloud.google.com/go/logging/apiv2.LogExclusionIterator.items (field)
9 uses
cloud.google.com/go/logging/apiv2 (current package)
config_client.go#L284: it.items = append(it.items, items...)
config_client.go#L361: items []*loggingpb.LogExclusion
config_client.go#L386: item = it.items[0]
config_client.go#L387: it.items = it.items[1:]
config_client.go#L392: return len(it.items)
config_client.go#L396: b := it.items
config_client.go#L397: 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. |