Registry returns the agent registry.
()
| 328 | |
| 329 | // Registry returns the agent registry. |
| 330 | func (d *Controller) Registry() *Registry { |
| 331 | return d.registry |
| 332 | } |
| 333 | |
| 334 | // Close gracefully shuts down the controller. |
| 335 | func (d *Controller) Close() error { |
no outgoing calls