package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Create creates a new Domain.
Delete deletes a domain.
ExtractDomains returns a slice of Domains contained in a single page of results.
Get retrieves details on a single domain, by ID.
List enumerates the domains to which the current token has access.
Update modifies the attributes of a domain.

# Structs

CreateOpts provides options used to create a domain.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
A Domain is a collection of projects, users, and roles.
DomainPage is a single page of Domain results.
GetResult is the response from a Get operation.
ListOpts provides options to filter the List results.
UpdateOpts represents parameters to update a domain.
UpdateResult is the result of an Update request.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.