Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdapterInfo ¶
func GetAdapter ¶
func GetAdapter(adapterID string) (a AdapterInfo, err error)
GetAdapter return status information for a controller
func GetAdapters ¶
func GetAdapters() ([]AdapterInfo, error)
GetAdapters return a list of status information of available controllers
type BackendType ¶
type BackendType string
const ( BackendBtmgmt BackendType = "btmgmt" BackendHCI BackendType = "hci" BackendHCIConfig BackendType = "hciconfig" )
var Backend BackendType = BackendHCIConfig
Click to show internal directories.
Click to hide internal directories.