Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
82d4291ef6801eb0fc785f7c5ba0857f18d66694
/
.
/
openstack
/
orchestration
/
v1
/
buildinfo
/
requests.go
blob: 64d862f7566aa7112ce659bbdeb2c9e3f8a4d3ec [
file
] [
log
] [
blame
]
package buildinfo
import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
// Get retreives data for the given stack template.
func Get(c *gophercloud.ServiceClient) (r GetResult) {
_, r.Err = c.Get(getURL(c), &r.Body, nil)
return
}