()
| 4253 | } |
| 4254 | |
| 4255 | func (x *Request) GetPlan() *PlanRequest { |
| 4256 | if x, ok := x.GetType().(*Request_Plan); ok { |
| 4257 | return x.Plan |
| 4258 | } |
| 4259 | return nil |
| 4260 | } |
| 4261 | |
| 4262 | func (x *Request) GetApply() *ApplyRequest { |
| 4263 | if x, ok := x.GetType().(*Request_Apply); ok { |