controller configuration (#967)

This commit is contained in:
Michael Quigley
2025-05-29 16:09:48 -04:00
parent c4c3c5c67a
commit f23366c91a
2 changed files with 26 additions and 21 deletions

View File

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