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

Method GetLoadBalancerAddress

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

Source from the content-addressed store, hash-verified

118}
119
120func (api *API) GetLoadBalancerAddress() string {
121 return api.lbAddress
122}
123
124func (api *API) ListDataplanes() (names []string, addresses []string) {
125 return api.listServers(DataplaneBackend)

Callers 1

GetLoadBalancerAddressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected