mirror of
https://github.com/fankes/komari-agent.git
synced 2025-10-18 18:49:23 +08:00
14 lines
262 B
Go
14 lines
262 B
Go
package flags
|
|
|
|
var (
|
|
DisableAutoUpdate bool
|
|
DisableWebSsh bool
|
|
MemoryModeAvailable bool
|
|
Token string
|
|
Endpoint string
|
|
Interval float64
|
|
IgnoreUnsafeCert bool
|
|
MaxRetries int
|
|
ReconnectInterval int
|
|
)
|