Versions in this module Expand all Collapse all v2 v2.2.1 Sep 25, 2024 Changes in this version + func List(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CreateOpts struct + Availability gophercloud.Availability + Name string + Region string + ServiceID string + URL string + func (opts CreateOpts) ToEndpointCreateMap() (map[string]any, error) + type CreateOptsBuilder interface + ToEndpointCreateMap func() (map[string]any, error) + type CreateResult struct + func Create(ctx context.Context, client *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*Endpoint, error) + type DeleteResult struct + func Delete(ctx context.Context, client *gophercloud.ServiceClient, endpointID string) (r DeleteResult) + type Endpoint struct + Availability gophercloud.Availability + Enabled bool + ID string + Name string + Region string + ServiceID string + URL string + func ExtractEndpoints(r pagination.Page) ([]Endpoint, error) + type EndpointPage struct + func (r EndpointPage) IsEmpty() (bool, error) + type ListOpts struct + Availability gophercloud.Availability + RegionID string + ServiceID string + func (opts ListOpts) ToEndpointListParams() (string, error) + type ListOptsBuilder interface + ToEndpointListParams func() (string, error) + type UpdateOpts struct + Availability gophercloud.Availability + Name string + Region string + ServiceID string + URL string + func (opts UpdateOpts) ToEndpointUpdateMap() (map[string]any, error) + type UpdateOptsBuilder interface + ToEndpointUpdateMap func() (map[string]any, error) + type UpdateResult struct + func Update(ctx context.Context, client *gophercloud.ServiceClient, endpointID string, ...) (r UpdateResult) + func (r UpdateResult) Extract() (*Endpoint, error)