Versions in this module Expand all Collapse all v1 v1.5.0-1 Jun 24, 2023 v1.2.1 Mar 20, 2023 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(r pagination.Page) ([]Extension, error) + type ExtensionPage struct + func (r ExtensionPage) IsEmpty() (bool, error) + type GetResult struct + func Get(c *gophercloud.ServiceClient, alias string) (r GetResult) + func (r GetResult) Extract() (*Extension, error)