Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + const ExtPath + const RolePath + const UserPath + func List(client *gophercloud.ServiceClient) pagination.Pager + type Role struct + Description string + ID string + Name string + ServiceID string + func ExtractRoles(r pagination.Page) ([]Role, error) + type RolePage struct + func (r RolePage) IsEmpty() (bool, error) + type UserRoleResult struct + func AddUser(client *gophercloud.ServiceClient, tenantID, userID, roleID string) (r UserRoleResult) + func DeleteUser(client *gophercloud.ServiceClient, tenantID, userID, roleID string) (r UserRoleResult)