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 Project.
Delete deletes a project.
ExtractProjects returns a slice of Projects contained in a single page of results.
Get retrieves details on a single project, by ID.
List enumerates the Projects to which the current token has access.
Update modifies the attributes of a project.

# Structs

CreateOpts represents parameters used to create a project.
CreateResult is the result of a Create request.
DeleteResult is the result of a Delete request.
GetResult is the result of a Get request.
ListOpts enables filtering of a list request.
Project represents an OpenStack Identity Project.
ProjectPage is a single page of Project results.
UpdateOpts represents parameters to update a project.
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.