mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
6 lines
57 B
Go
6 lines
57 B
Go
package structs
|
|
|
|
type ProxyOptions struct {
|
|
TLS *bool
|
|
}
|