zrok/http/config.go
2022-07-26 16:00:59 -04:00

8 lines
109 B
Go

package http
type Config struct {
IdentityPath string
EndpointAddress string
Service string
}