github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/rts/v1/stacktemplates/requests.go (about) 1 package stacktemplates 2 3 import "github.com/chnsz/golangsdk" 4 5 // Get retreives data for the given stack template. 6 func Get(c *golangsdk.ServiceClient, stackName, stackID string) (r GetResult) { 7 _, r.Err = c.Get(getURL(c, stackName, stackID), &r.Body, nil) 8 return 9 }