()
| 4274 | } |
| 4275 | |
| 4276 | func (x *Request) GetCancel() *CancelRequest { |
| 4277 | if x, ok := x.GetType().(*Request_Cancel); ok { |
| 4278 | return x.Cancel |
| 4279 | } |
| 4280 | return nil |
| 4281 | } |
| 4282 | |
| 4283 | func (x *Request) GetFile() *FileUpload { |
| 4284 | if x, ok := x.GetType().(*Request_File); ok { |
no test coverage detected