rename to toughswitch
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/*
|
||||
Package edgeos provides a client for interacting with Ubiquiti EdgeOS devices
|
||||
Package toughswitch provides a client for interacting with Ubiquiti toughswitch devices
|
||||
via their REST API. It supports authentication, token management, and
|
||||
retrieval of system, interface, VLAN, and discovery information from
|
||||
one or more devices.
|
||||
*/
|
||||
package edgeos
|
||||
package toughswitch
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
@@ -19,7 +19,7 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
// Client handles communication with EdgeOS devices.
|
||||
// Client handles communication with toughswitch devices.
|
||||
type Client struct {
|
||||
mu sync.RWMutex
|
||||
devices map[string]*deviceClient
|
||||
|
||||
Reference in New Issue
Block a user