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