Add code to build the custom columns from whatever is configured

This commit is contained in:
David Dworken
2022-10-23 22:01:53 -07:00
parent 12163483dd
commit 07e4c781e4
2 changed files with 34 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ type HistoryEntry struct {
CustomColumns CustomColumns `json:"custom_columns"`
}
type CustomColumns []CustomColumns
type CustomColumns []CustomColumn
type CustomColumn struct {
Name string `json:"name"`