rename to toughswitch
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
package edgeos
|
||||
package toughswitch
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
"time"
|
||||
)
|
||||
|
||||
// Config represents the configuration for an EdgeOS device.
|
||||
type Config struct {
|
||||
Host string
|
||||
Scheme string
|
||||
@@ -13,6 +12,6 @@ type Config struct {
|
||||
Username string
|
||||
Password string
|
||||
Timeout time.Duration
|
||||
// Transport allows customizing the http transport (useful for testing)
|
||||
// Transport allows customizing the http transport (useful for testing or client middleware)
|
||||
Transport http.RoundTripper
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user