ProxySwitcher/proxy/types.go

7 lines
67 B
Go
Raw Permalink Normal View History

2024-08-31 16:15:50 +00:00
package proxy
type Proxy struct {
Enabled bool
Server string
}