zrok/http/config.go

8 lines
109 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
2022-07-26 22:00:59 +02:00
Service string
2022-07-20 19:18:40 +02:00
}