added nats to struct

This commit is contained in:
redanthrax 2022-06-27 11:15:09 -07:00
parent a8dfa19b3a
commit fd29dc04e3

View file

@ -38,6 +38,9 @@ type Agent struct {
Platform string
GoArch string
ServiceConfig *service.Config
NatsServer string
NatsProxyPath string
NatsProxyPort string
}
type AgentConfig struct {