()
| 1702 | } |
| 1703 | |
| 1704 | func (x *IpcResponse) GetStatus() *StatusResponse { |
| 1705 | if x != nil { |
| 1706 | if x, ok := x.Response.(*IpcResponse_Status); ok { |
| 1707 | return x.Status |
| 1708 | } |
| 1709 | } |
| 1710 | return nil |
| 1711 | } |
| 1712 | |
| 1713 | func (x *IpcResponse) GetProbe() *ProbeResponse { |
| 1714 | if x != nil { |