type cloud.google.com/go/logging/apiv2.StringIterator
7 uses
cloud.google.com/go/logging/apiv2 (current package)
logging_client.go#L252: func (c *Client) ListLogs(ctx context.Context, req *loggingpb.ListLogsRequest, opts ...gax.CallOption) *StringIterator {
logging_client.go#L256: it := &StringIterator{}
logging_client.go#L375: type StringIterator struct {
logging_client.go#L390: func (it *StringIterator) PageInfo() *iterator.PageInfo {
logging_client.go#L396: func (it *StringIterator) Next() (string, error) {
logging_client.go#L406: func (it *StringIterator) bufLen() int {
logging_client.go#L410: func (it *StringIterator) takeBuf() interface{} {
![]() |
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. |