RegisterAgent registers an agent with the bridge
(ag *agent.Agent)
| 57 | |
| 58 | // RegisterAgent registers an agent with the bridge |
| 59 | RegisterAgent(ag *agent.Agent) error |
| 60 | |
| 61 | // UnregisterAgent unregisters an agent |
| 62 | UnregisterAgent(agentID string) error |
no outgoing calls