DEBSOURCES
Skip Quicknav
sources / golang-github-gophercloud-gophercloud / 0.0~git20180917.45f1c769-1 / openstack / workflow / v2 / executions / urls.go
1234567
package executions import "github.com/gophercloud/gophercloud" func createURL(client *gophercloud.ServiceClient) string { return client.ServiceURL("executions") }