cloud.google.com/go/logging/apiv2.LogEntryIterator.items (field)
9 uses
cloud.google.com/go/logging/apiv2 (current package)
logging_client.go#L203: it.items = append(it.items, items...)
logging_client.go#L292: items []*loggingpb.LogEntry
logging_client.go#L317: item = it.items[0]
logging_client.go#L318: it.items = it.items[1:]
logging_client.go#L323: return len(it.items)
logging_client.go#L327: b := it.items
logging_client.go#L328: 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. |