type cloud.google.com/go/cloudtasks/apiv2.QueueIterator
7 uses
cloud.google.com/go/cloudtasks/apiv2 (current package)
cloud_tasks_client.go#L260: func (c *Client) ListQueues(ctx context.Context, req *taskspb.ListQueuesRequest, opts ...gax.CallOption) *QueueIterator {
cloud_tasks_client.go#L264: it := &QueueIterator{}
cloud_tasks_client.go#L765: type QueueIterator struct {
cloud_tasks_client.go#L785: func (it *QueueIterator) PageInfo() *iterator.PageInfo {
cloud_tasks_client.go#L791: func (it *QueueIterator) Next() (*taskspb.Queue, error) {
cloud_tasks_client.go#L801: func (it *QueueIterator) bufLen() int {
cloud_tasks_client.go#L805: func (it *QueueIterator) 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. |