()
| 1572 | } |
| 1573 | |
| 1574 | func (x *IpcRequest) GetStatus() *StatusRequest { |
| 1575 | if x != nil { |
| 1576 | if x, ok := x.Request.(*IpcRequest_Status); ok { |
| 1577 | return x.Status |
| 1578 | } |
| 1579 | } |
| 1580 | return nil |
| 1581 | } |
| 1582 | |
| 1583 | func (x *IpcRequest) GetProbe() *ProbeRequest { |
| 1584 | if x != nil { |
no outgoing calls