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 Projects structs.
Get retrieves a specific project based on its unique ID.
List returns a Pager which allows you to iterate over a collection of projects.

# Structs

CBRMasterdata represents the CBR masterdata of a Keystone project.
ExternalCertifications represents the external certifications of a Keystone project.
GetResult represents the result of a get operation.
ListOpts is a structure that holds options for listing project masterdata.
Project represents a Keystone project.
User represents a Keystone user.

# Interfaces

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