Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func ExtensionURL(c *gophercloud.ServiceClient, name string) string + func List(c *gophercloud.ServiceClient) pagination.Pager + func ListExtensionURL(c *gophercloud.ServiceClient) string + type Extension struct + Alias string + Description string + Links []interface{} + Name string + Namespace string + Updated string + func ExtractExtensions(page pagination.Page) ([]Extension, error) + type ExtensionPage struct + func (r ExtensionPage) IsEmpty() (bool, error) + type GetResult struct + func Get(c *gophercloud.ServiceClient, alias string) GetResult + func (r GetResult) Extract() (*Extension, error)