type cloud.google.com/go/cloudtasks/apiv2.TaskIterator
7 uses
cloud.google.com/go/cloudtasks/apiv2 (current package)
cloud_tasks_client.go#L609: func (c *Client) ListTasks(ctx context.Context, req *taskspb.ListTasksRequest, opts ...gax.CallOption) *TaskIterator {
cloud_tasks_client.go#L613: it := &TaskIterator{}
cloud_tasks_client.go#L812: type TaskIterator struct {
cloud_tasks_client.go#L832: func (it *TaskIterator) PageInfo() *iterator.PageInfo {
cloud_tasks_client.go#L838: func (it *TaskIterator) Next() (*taskspb.Task, error) {
cloud_tasks_client.go#L848: func (it *TaskIterator) bufLen() int {
cloud_tasks_client.go#L852: func (it *TaskIterator) 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. |