mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-24 14:36:48 -07:00
fix: (issues/7): Client is sending agent to router(s) and collecting response(s).
This commit is contained in:
parent
f67d6da01d
commit
4a93101d85
6 changed files with 33 additions and 19 deletions
|
@ -46,12 +46,20 @@ type RouterDetails struct {
|
|||
RouterID string `hcl:"uuid,attr"`
|
||||
|
||||
/*
|
||||
* This is the IP Address and port that the router
|
||||
* This is the IP address or hostname the router
|
||||
* will listen on. The router will start up a 0MQ
|
||||
* service that clients and workers will connect to.
|
||||
*/
|
||||
RouterAddr string `hcl:"address,attr"`
|
||||
|
||||
/*
|
||||
* This is the is the port that the router listens
|
||||
* on. If not defined, it will default to 35570
|
||||
* The router will start up a 0MQ service that
|
||||
* clients and workers will connect to.
|
||||
*/
|
||||
RouterPort string `hcl:"port,optional"`
|
||||
|
||||
/*
|
||||
* These tags will be passed to the router upon
|
||||
* connection. The router will then use these
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue