()
| 122 | } |
| 123 | |
| 124 | func (api *API) ListDataplanes() (names []string, addresses []string) { |
| 125 | return api.listServers(DataplaneBackend) |
| 126 | } |
| 127 | |
| 128 | func (api *API) ListRegistrationServers() (names []string, addresses []string) { |
| 129 | return api.listServers(RegistrationServerBackend) |