From fd29dc04e3c2e6901c6184fc6cd1abaa2b35dec3 Mon Sep 17 00:00:00 2001 From: redanthrax Date: Mon, 27 Jun 2022 11:15:09 -0700 Subject: [PATCH] added nats to struct --- agent/structs.go | 3 +++ 1 file changed, 3 insertions(+) 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 {