()
| 4394 | } |
| 4395 | |
| 4396 | func (m *Response) GetType() isResponse_Type { |
| 4397 | if m != nil { |
| 4398 | return m.Type |
| 4399 | } |
| 4400 | return nil |
| 4401 | } |
| 4402 | |
| 4403 | func (x *Response) GetLog() *Log { |
| 4404 | if x, ok := x.GetType().(*Response_Log); ok { |
no outgoing calls
no test coverage detected