roughed in /agent/enroll (#967)

This commit is contained in:
Michael Quigley
2025-05-30 15:06:01 -04:00
parent ca88575782
commit 2a0a1cf4d9
6 changed files with 92 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
package agentController
type Config struct {
ZId string
IdentityPath string
}