convox/pkg/structs/proxy.go
David Dollar 473a4937f3
init
2019-08-16 15:49:19 -04:00

6 lines
57 B
Go

package structs
type ProxyOptions struct {
TLS *bool
}