Registry /
cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-lighthouse
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.
lighthouse
✓ github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/lighthouse
Listing Lighthouse instances using the SDK
package main
import (
"fmt"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/lighthouse"
)
func main() {
client, _ := lighthouse.NewClient(common.NewCredential("secretId", "secretKey"), "ap-guangzhou")
req := lighthouse.NewDescribeInstancesRequest()
resp, _ := client.DescribeInstances(req)
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.