Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func List(client *gophercloud.ServiceClient, opts *ListOpts) pagination.Pager + type ListOpts struct + Limit int + Marker string + type Tenant struct + Description string + Enabled bool + ID string + Name string + func ExtractTenants(page pagination.Page) ([]Tenant, error) + type TenantPage struct + func (page TenantPage) IsEmpty() (bool, error) + func (page TenantPage) NextPageURL() (string, error)