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