Ubiquiti EdgeOS Go Client
This commit is contained in:
13
pkg/edgeos/config.go
Normal file
13
pkg/edgeos/config.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package edgeos
|
||||
|
||||
import "time"
|
||||
|
||||
// Config represents the configuration for an EdgeOS device.
|
||||
type Config struct {
|
||||
Host string
|
||||
Scheme string
|
||||
Insecure bool
|
||||
Username string
|
||||
Password string
|
||||
Timeout time.Duration
|
||||
}
|
||||
Reference in New Issue
Block a user