()
| 4232 | } |
| 4233 | |
| 4234 | func (x *Request) GetConfig() *Config { |
| 4235 | if x, ok := x.GetType().(*Request_Config); ok { |
| 4236 | return x.Config |
| 4237 | } |
| 4238 | return nil |
| 4239 | } |
| 4240 | |
| 4241 | func (x *Request) GetParse() *ParseRequest { |
| 4242 | if x, ok := x.GetType().(*Request_Parse); ok { |