mirror of
https://github.com/openziti/zrok.git
synced 2025-01-09 07:28:15 +01:00
7 lines
85 B
Go
7 lines
85 B
Go
package http
|
|
|
|
type Config struct {
|
|
IdentityPath string
|
|
EndpointAddress string
|
|
}
|