()
| 4246 | } |
| 4247 | |
| 4248 | func (x *Request) GetInit() *InitRequest { |
| 4249 | if x, ok := x.GetType().(*Request_Init); ok { |
| 4250 | return x.Init |
| 4251 | } |
| 4252 | return nil |
| 4253 | } |
| 4254 | |
| 4255 | func (x *Request) GetPlan() *PlanRequest { |
| 4256 | if x, ok := x.GetType().(*Request_Plan); ok { |