zrok/http/config.go

7 lines
85 B
Go
Raw Normal View History

2022-07-20 19:18:40 +02:00
package http
type Config struct {
IdentityPath string
2022-07-20 19:18:40 +02:00
EndpointAddress string
}