MCPcopy Create free account
hub / github.com/eth-easl/dirigent / ListRegistrationServers

Method ListRegistrationServers

internal/data_plane/haproxy/manager.go:128–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126}
127
128func (api *API) ListRegistrationServers() (names []string, addresses []string) {
129 return api.listServers(RegistrationServerBackend)
130}
131
132func (api *API) listServers(backend string) (names []string, addresses []string) {
133 _, servers, err := api.client.Configuration.GetServers(backend, "")

Callers 1

Calls 1

listServersMethod · 0.95

Tested by 1