(fields []string)
| 46 | } |
| 47 | |
| 48 | func (v *Variable) ExportData(fields []string) map[string]interface{} { |
| 49 | return cmdutil.StructExportData(v, fields) |
| 50 | } |
| 51 | |
| 52 | func GetVariableEntity(orgName, envName string) (VariableEntity, error) { |
| 53 | orgSet := orgName != "" |
nothing calls this directly
no test coverage detected