Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractServiceCatalog ¶
func ExtractServiceCatalog(r pagination.Page) ([]tokens.CatalogEntry, error)
ExtractServiceCatalog extracts a slice of Catalog from a Collection acquired from List.
func List ¶
func List(client *gophercloud.ServiceClient) pagination.Pager
List enumerates the services available to a specific user.
Types ¶
type ServiceCatalogPage ¶
type ServiceCatalogPage struct {
pagination.LinkedPageBase
}
ServiceCatalogPage is a single page of Service results.
func (ServiceCatalogPage) IsEmpty ¶
func (r ServiceCatalogPage) IsEmpty() (bool, error)
IsEmpty returns true if the ServiceCatalogPage contains no results.
Click to show internal directories.
Click to hide internal directories.