zrok/proxy/config.go
2022-07-19 16:15:54 -04:00

6 lines
54 B
Go

package proxy
type Config struct {
Address string
}