# Packages
conductors unit tests.
# Functions
No description provided by the author
ExtractConductors interprets the results of a single page from a List() call, producing a slice of Conductor entities.
Get requests details on a single conductor by hostname.
List makes a request against the API to list conductors accessible to you.
# Structs
Conductor represents a conductor in the OpenStack Bare Metal API.
ConductorPage abstracts the raw results of making a List() request against the API.
GetResult is the response from a Get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
# Interfaces
ListOptsBuilder allows extensions to add additional parameters to the List request.