mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
8 lines
109 B
Go
8 lines
109 B
Go
package http
|
|
|
|
type Config struct {
|
|
IdentityPath string
|
|
EndpointAddress string
|
|
Service string
|
|
}
|