mirror of
https://github.com/openziti/zrok.git
synced 2025-07-14 21:25:13 +02:00
7 lines
90 B
Go
7 lines
90 B
Go
package agentController
|
|
|
|
type Config struct {
|
|
ZId string
|
|
IdentityPath string
|
|
}
|