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

Method ListDataplanes

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

Source from the content-addressed store, hash-verified

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

Callers 2

NewHAProxyAPIFunction · 0.95
TestDataplanesBackendFunction · 0.80

Calls 1

listServersMethod · 0.95

Tested by 1

TestDataplanesBackendFunction · 0.64