ProxySwitcher/proxy/types.go

7 lines
67 B
Go

package proxy
type Proxy struct {
Enabled bool
Server string
}