Registry / cloud / aliyun-fc-go-sdk

aliyun-fc-go-sdk

JSON →
library0.0.0-20230313060359-3a1b2ede1e1egogounverified

Go SDK for Alibaba Cloud Function Compute, enabling serverless function management.

go get github.com/aliyun/fc-go-sdk
INSTALL
IMPORT
SIG · ALIYUN-FC-GO-SDK
A
aliyun-fc-go-sdk
cloudgov0.0.0-20230313060359-3a1b2ede1e1e
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.

fc
github.com/aliyun/fc-go-sdk

Creates a Function Compute client.

package main import ( "fmt" "github.com/aliyun/fc-go-sdk" ) func main() { client, err := fc.NewClient("https://123456.cn-hangzhou.fc.aliyuncs.com", "access-key", "secret-key") if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230313060359-3a1b2ede1e1elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
Resources
aliyun-fc-go-sdk — go get aliyun-fc-go-sdk · libregistry