github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/openstack/rts/v1/stacktemplates/requests.go (about) 1 package stacktemplates 2 3 import "github.com/huaweicloud/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 }