package
1.0.1
Repository: https://github.com/sapcc/gophercloud-sapcc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Extract accepts a Page struct, specifically an v1.CommonPage struct, and extracts the elements into a slice of Domains structs.
Get retrieves a specific domain based on its unique ID.
List returns a Pager which allows you to iterate over a collection of domains.

# Structs

No description provided by the author
Domain represents a OpenStack domain with attached Billing Metadata.
GetResult represents the result of a get operation.
ListOpts is a structure that holds options for listing domain masterdata.

# Interfaces

ListOptsBuilder allows extensions to add additional parameters to the List request.