mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 08:03:49 +01:00
7 lines
85 B
Go
7 lines
85 B
Go
package http
|
|
|
|
type Config struct {
|
|
IdentityPath string
|
|
EndpointAddress string
|
|
}
|