cloud.google.com/go/logging/apiv2.LogSinkIterator.items (field)
9 uses
cloud.google.com/go/logging/apiv2 (current package)
config_client.go#L174: it.items = append(it.items, items...)
config_client.go#L403: items []*loggingpb.LogSink
config_client.go#L428: item = it.items[0]
config_client.go#L429: it.items = it.items[1:]
config_client.go#L434: return len(it.items)
config_client.go#L438: b := it.items
config_client.go#L439: 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. |