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) | |
} |