Registry / cloud / go-cloudtasks

go-cloudtasks

JSON →
library1.18.0gogounverified

A Go client library for Google Cloud Tasks, enabling creation, management, and execution of distributed task queues.

go get cloud.google.com/go/cloudtasks
INSTALL
IMPORT
SIG · GO-CLOUDTASKS
G
go-cloudtasks
cloudgov1.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cloudtasks
cloud.google.com/go/cloudtasks

Create a new Cloud Tasks client.

package main import ( "context" "fmt" "cloud.google.com/go/cloudtasks/apiv2" ) func main() { ctx := context.Background() client, err := cloudtasks.NewClient(ctx) if err != nil { panic(err) } defer client.Close() fmt.Println("Cloud Tasks client created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.18.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
go-cloudtasks — go get go-cloudtasks · libregistry