()
| 443 | } |
| 444 | |
| 445 | func (x *HAProxyConfig) GetDataplanes() []string { |
| 446 | if x != nil { |
| 447 | return x.Dataplanes |
| 448 | } |
| 449 | return nil |
| 450 | } |
| 451 | |
| 452 | func (x *HAProxyConfig) GetRegistrationServers() []string { |
| 453 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected