zrok/proxy/config.go
2022-07-20 14:16:01 -04:00

7 lines
80 B
Go

package proxy
type Config struct {
IdentityPath string
Address string
}