Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2021 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) Other modules containing this package github.com/pierreprinetti/gophercloud/v2 github.com/pierreprinetti/gophercloud/v3