mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2025-01-14 12:41:45 +00:00
7 lines
67 B
Go
7 lines
67 B
Go
|
package proxy
|
||
|
|
||
|
type Proxy struct {
|
||
|
Enabled bool
|
||
|
Server string
|
||
|
}
|