rename to toughswitch

This commit is contained in:
2026-01-05 15:47:43 -05:00
parent 38eb2cc352
commit 438d422b53
8 changed files with 31 additions and 35 deletions

View File

@@ -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