Versions in this module Expand all Collapse all v2 v2.2.1 Sep 25, 2024 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 []any + 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(ctx context.Context, c *gophercloud.ServiceClient, alias string) (r GetResult) + func (r GetResult) Extract() (*Extension, error)