Registry / cloud / go-functions

go-functions

JSON →
library1.24.0gogounverified

Package functions provides client libraries for Google Cloud Functions.

go get cloud.google.com/go/functions
INSTALL
IMPORT
SIG · GO-FUNCTIONS
G
go-functions
cloudgov1.24.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.

functions
cloud.google.com/go/functions

Creates a Cloud Functions client.

package main import ( "context" "fmt" functions "cloud.google.com/go/functions/apiv1" ) func main() { ctx := context.Background() client, _ := functions.NewCloudFunctionsClient(ctx) fmt.Println(client) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
17
OpenAI (training)
1
Resources
go-functions — go get go-functions · libregistry