()
| 488 | } |
| 489 | |
| 490 | func (x *DataplaneInformation) GetAddress() string { |
| 491 | if x != nil { |
| 492 | return x.Address |
| 493 | } |
| 494 | return "" |
| 495 | } |
| 496 | |
| 497 | func (x *DataplaneInformation) GetApiPort() string { |
| 498 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected