Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
a4d4930ed40c27a2c51486d2de6880f36fe74bd4
/
.
/
openstack
/
orchestration
/
v1
/
buildinfo
/
requests.go
blob: 32f6032d6640def9c20c63662971a72aa5f14376 [
file
] [
log
] [
blame
]
package buildinfo
import "github.com/gophercloud/gophercloud"
// 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
}