diff --git a/agent/structs.go b/agent/structs.go index 9739544..25dc4df 100644 --- a/agent/structs.go +++ b/agent/structs.go @@ -38,6 +38,9 @@ type Agent struct { Platform string GoArch string ServiceConfig *service.Config + NatsServer string + NatsProxyPath string + NatsProxyPort string } type AgentConfig struct {