zrok/http/config.go
2022-07-20 13:41:23 -04:00

7 lines
85 B
Go

package http
type Config struct {
IdentityPath string
EndpointAddress string
}