Registry / cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-scf

tencentcloud-tencentcloud-sdk-go-tencentcloud-scf

JSON →
library1.0.1051gogounverified

Go SDK for Tencent Cloud Serverless Cloud Function (SCF) service, enabling management and invocation of cloud functions.

go get github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/scf
INSTALL
IMPORT
SIG · TENCENTCLOUD-TENCE
T
tencentcloud-tencentcloud-sdk-go-tencentcloud-scf
cloudgov1.0.1051
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.

scf
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/scf

List all SCF functions in a region

package main import ( "fmt" "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common" "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/scf" ) func main() { client, _ := scf.NewClient(common.NewCredential("secretId", "secretKey"), "ap-guangzhou") req := scf.NewListFunctionsRequest() resp, err := client.ListFunctions(req) if err != nil { fmt.Println(err) return } fmt.Println(resp.ToJsonString()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
16
OpenAI (training)
1
Resources
tencentcloud-tencentcloud-sdk-go-tencentcloud-scf — go get tencentcloud-tencentcloud-sdk-go-tencentcloud-scf · libregistry