blob: c834e5c7d39b53edb604261ddf1ef5236805a232 [file] [log] [blame]
package buildinfo
import (
"github.com/rackspace/gophercloud"
os "github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo"
)
// Get retreives build info data for the Heat deployment.
func Get(c *gophercloud.ServiceClient) os.GetResult {
return os.Get(c)
}