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

Method GetDataplanes

api/proto/control_plane_interface.pb.go:445–450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

443}
444
445func (x *HAProxyConfig) GetDataplanes() []string {
446 if x != nil {
447 return x.Dataplanes
448 }
449 return nil
450}
451
452func (x *HAProxyConfig) GetRegistrationServers() []string {
453 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected