()
| 992 | } |
| 993 | |
| 994 | func (x *Plan_Spec) GetExportDataConfig() *Plan_ExportDataConfig { |
| 995 | if x != nil { |
| 996 | if x, ok := x.Config.(*Plan_Spec_ExportDataConfig); ok { |
| 997 | return x.ExportDataConfig |
| 998 | } |
| 999 | } |
| 1000 | return nil |
| 1001 | } |
| 1002 | |
| 1003 | type isPlan_Spec_Config interface { |
| 1004 | isPlan_Spec_Config() |
no outgoing calls
no test coverage detected