Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoConnection = errors.New("no connection")
)
Functions ¶
This section is empty.
Types ¶
type ConnectionManager ¶
type ConnectionManager struct {
// contains filtered or unexported fields
}
ConnectionManager manages connections to devices It's pretty simple now but it'll be responsible for more once we support running multiple controllers
func New ¶
func New() *ConnectionManager
Click to show internal directories.
Click to hide internal directories.