()
| 4415 | } |
| 4416 | |
| 4417 | func (x *Response) GetInit() *InitComplete { |
| 4418 | if x, ok := x.GetType().(*Response_Init); ok { |
| 4419 | return x.Init |
| 4420 | } |
| 4421 | return nil |
| 4422 | } |
| 4423 | |
| 4424 | func (x *Response) GetPlan() *PlanComplete { |
| 4425 | if x, ok := x.GetType().(*Response_Plan); ok { |