GetHeaders does just that for the current schema
()
| 100 | |
| 101 | // GetHeaders does just that for the current schema |
| 102 | func (m *TuiModel) GetHeaders() []string { |
| 103 | schema := m.GetSchemaName() |
| 104 | d := m.Data() |
| 105 | return d.TableHeaders[schema] |
| 106 | } |
| 107 | |
| 108 | func (m *TuiModel) SetViewSlices() { |
| 109 | d := m.Data() |
no test coverage detected