blob: 41b3435564c2b558770347f97dc95761a734eb6c [file] [log] [blame]
package users
import "github.com/rackspace/gophercloud"
const path = "users"
func resourceURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL(path, id)
}
func rootURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL(path)
}