# Packages
providers unit tests.
# Functions
ExtractProviders accepts a Page struct, specifically a ProviderPage struct, and extracts the elements into a slice of Provider structs.
List returns a Pager which allows you to iterate over a collection of providers.
# Structs
GetResult represents the result of a get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
Provider is the Octavia driver that implements the load balancing mechanism.
ProviderPage is the page returned by a pager when traversing over a collection of providers.
# Interfaces
ListOptsBuilder allows extensions to add additional parameters to the List request.