package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
endpoints unit tests.
# Functions
Create inserts a new Endpoint into the service catalog.
Delete removes an endpoint from the service catalog.
ExtractEndpoints extracts an Endpoint slice from a Page.
List enumerates endpoints in a paginated collection, optionally filtered by ListOpts criteria.
Update changes an existing endpoint with new data.
# Structs
CreateOpts contains the subset of Endpoint attributes that should be used to create an Endpoint.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
Endpoint describes the entry point for another service's API.
EndpointPage is a single page of Endpoint results.
ListOpts allows finer control over the endpoints returned by a List call.
UpdateOpts contains the subset of Endpoint attributes that should be used to update an Endpoint.
UpdateResult is the response from an Update operation.
# Interfaces
No description provided by the author
ListOptsBuilder allows extensions to add parameters to the List request.
UpdateOptsBuilder allows extensions to add parameters to the Update request.