diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -84,6 +84,8 @@ type TableColumnData struct { type EntryMap struct { E *ui.Entry Edit bool + Last string // the last value + Normalize func (string) string // function to 'normalize' the data Account *pb.Account VM *pb.Event_VM |
