cloud.google.com/go/logging/apiv2.StringIterator.items (field)
9 uses
cloud.google.com/go/logging/apiv2 (current package)
logging_client.go#L281: it.items = append(it.items, items...)
logging_client.go#L376: items []string
logging_client.go#L401: item = it.items[0]
logging_client.go#L402: it.items = it.items[1:]
logging_client.go#L407: return len(it.items)
logging_client.go#L411: b := it.items
logging_client.go#L412: 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. |