()
| 307 | } |
| 308 | |
| 309 | func (x *RegisterPluginResponse) GetEngineName() string { |
| 310 | if x != nil { |
| 311 | if x.xxx_hidden_EngineName != nil { |
| 312 | return *x.xxx_hidden_EngineName |
| 313 | } |
| 314 | return "" |
| 315 | } |
| 316 | return "" |
| 317 | } |
| 318 | |
| 319 | func (x *RegisterPluginResponse) GetEngineVersion() string { |
| 320 | if x != nil { |