move to ubiquiti-clients, add edgeos
This commit is contained in:
17
pkg/edgeos/config.go
Normal file
17
pkg/edgeos/config.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package edgeos
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
"time"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
Host string
|
||||
Scheme string
|
||||
Insecure bool
|
||||
Username string
|
||||
Password string
|
||||
Timeout time.Duration
|
||||
// Transport allows customizing the http transport (useful for testing or client middleware)
|
||||
Transport http.RoundTripper
|
||||
}
|
||||
Reference in New Issue
Block a user