Config returns the Config struct of the client. This struct should not be altered after it has been created.
()
| 25 | // Config returns the Config struct of the client. This struct should not be |
| 26 | // altered after it has been created. |
| 27 | Config() *Config |
| 28 | |
| 29 | // Controller returns the cluster controller broker. It will return a |
| 30 | // locally cached value if it's available. You can call RefreshController |
no outgoing calls