golang.org/x/pkgsite/internal/queue.GCP.queueName (field)
5 uses
golang.org/x/pkgsite/internal/queue (current package)
queue.go#L62: log.Infof(ctx, "enqueuing at %s with queueURL=%q", g.queueName, g.queueURL)
queue.go#L70: queueName string // full GCP name of the queue
queue.go#L104: queueName: fmt.Sprintf("projects/%s/locations/%s/queues/%s", cfg.ProjectID, cfg.LocationID, queueID),
queue.go#L160: Name: fmt.Sprintf("%s/tasks/%s", q.queueName, taskID),
queue.go#L171: Parent: q.queueName,
 |
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. |