Code maintenance: lint bug fix for armv7
This commit is contained in:
@@ -8,11 +8,11 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// HTTPProxy contains settings to configure the HTTP proxy.
|
// HTTPProxy contains settings to configure the HTTP proxy.
|
||||||
type HTTPProxy struct { //nolint:maligned
|
type HTTPProxy struct {
|
||||||
Enabled bool
|
|
||||||
Port uint16
|
|
||||||
User string
|
User string
|
||||||
Password string
|
Password string
|
||||||
|
Port uint16
|
||||||
|
Enabled bool
|
||||||
Stealth bool
|
Stealth bool
|
||||||
Log bool
|
Log bool
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user