()
| 4422 | } |
| 4423 | |
| 4424 | func (x *Response) GetPlan() *PlanComplete { |
| 4425 | if x, ok := x.GetType().(*Response_Plan); ok { |
| 4426 | return x.Plan |
| 4427 | } |
| 4428 | return nil |
| 4429 | } |
| 4430 | |
| 4431 | func (x *Response) GetApply() *ApplyComplete { |
| 4432 | if x, ok := x.GetType().(*Response_Apply); ok { |