package extensions
import "github.com/rackspace/gophercloud/openstack/networking/v2/extensions"
Index ¶
Functions ¶
func List ¶
func List(c *gophercloud.ServiceClient) pagination.Pager
List returns a Pager which allows you to iterate over the full collection of extensions. It does not accept query parameters.
Types ¶
type Extension ¶
Extension is a single OpenStack extension.
func ExtractExtensions ¶
func ExtractExtensions(page pagination.Page) ([]Extension, error)
ExtractExtensions interprets a Page as a slice of Extensions.
type GetResult ¶
GetResult wraps a GetResult from common.
func Get ¶
func Get(c *gophercloud.ServiceClient, alias string) GetResult
Get retrieves information for a specific extension using its alias.
Source Files ¶
Directories ¶
- Version
- v1.0.0 (latest)
- Published
- Oct 28, 2014
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 9 hours ago –
Tools for package owners.