zrok/proxy/config.go

6 lines
54 B
Go
Raw Normal View History

2022-07-19 22:15:54 +02:00
package proxy
type Config struct {
Address string
}