()
| 1677 | } |
| 1678 | |
| 1679 | func (m *HealthInfo) GetAddress() string { |
| 1680 | if m != nil { |
| 1681 | return m.Address |
| 1682 | } |
| 1683 | return "" |
| 1684 | } |
| 1685 | |
| 1686 | func (m *HealthInfo) GetStatus() string { |
| 1687 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected