()
| 4401 | } |
| 4402 | |
| 4403 | func (x *Response) GetLog() *Log { |
| 4404 | if x, ok := x.GetType().(*Response_Log); ok { |
| 4405 | return x.Log |
| 4406 | } |
| 4407 | return nil |
| 4408 | } |
| 4409 | |
| 4410 | func (x *Response) GetParse() *ParseComplete { |
| 4411 | if x, ok := x.GetType().(*Response_Parse); ok { |