package
1.0.0
Repository: https://github.com/hyperhq/gophercloud.git
Documentation: pkg.go.dev

# Functions

Create adds a new service of the requested type to the catalog.
Delete removes an existing service.
ExtractServices extracts a slice of Services from a Collection acquired from List.
Get returns additional information about a service, given its ID.
List enumerates the services available to a specific user.
Update changes the service type of an existing service.

# Structs

CreateResult is the deferred result of a Create call.
DeleteResult is the deferred result of an Delete call.
GetResult is the deferred result of a Get call.
ListOpts allows you to query the List method.
Service is the result of a list or information query.
ServicePage is a single page of Service results.
UpdateResult is the deferred result of an Update call.