mirror of
https://github.com/openziti/zrok.git
synced 2025-06-08 19:08:08 +02:00
7 lines
85 B
Go
7 lines
85 B
Go
package http
|
|
|
|
type Config struct {
|
|
IdentityPath string
|
|
EndpointAddress string
|
|
}
|