()
| 325 | } |
| 326 | |
| 327 | func (x *DataplaneInfo) GetAPIPort() int32 { |
| 328 | if x != nil { |
| 329 | return x.APIPort |
| 330 | } |
| 331 | return 0 |
| 332 | } |
| 333 | |
| 334 | func (x *DataplaneInfo) GetProxyPort() int32 { |
| 335 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected