# Packages
projectendpoints unit tests.
# Functions
Create inserts a new Endpoint association to a project.
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.
# Structs
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.
# Interfaces
No description provided by the author