github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/cce/v3/templates/requests.go (about) 1 package templates 2 3 import "github.com/chnsz/golangsdk" 4 5 func List(client *golangsdk.ServiceClient, cluster_id string) (r ListResutlt) { 6 _, r.Err = client.Get(templateURL(client, cluster_id), &r.Body, nil) 7 return 8 }