mirror of
https://github.com/openziti/zrok.git
synced 2025-06-15 06:17:10 +02:00
7 lines
90 B
Go
7 lines
90 B
Go
package agentController
|
|
|
|
type Config struct {
|
|
ZId string
|
|
IdentityPath string
|
|
}
|