Registry /
cloud / volcengine-volc-sdk-golang
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.
volc
✓ github.com/volcengine/volc-sdk-golang
List ECS instances using the Volcano Engine SDK.
package main
import (
"fmt"
"github.com/volcengine/volc-sdk-golang"
)
func main() {
client := volc.NewClient("access-key", "secret-key")
instances, _ := client.DescribeInstances()
fmt.Println(instances)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.243latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.