summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-27 17:23:19 -0700
committerJeff Carr <[email protected]>2019-05-27 17:23:19 -0700
commit6b2131850817a78c57d7975bccf5fdf829dfb7e6 (patch)
tree0b7feef1e8fff3499558c261932d07ccc5181caf /structs.go
parentacefe2924215e3c70129c4017e8d58afb53372e5 (diff)
continue the move to abstracted access to all GUI elements
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index a6a331e..c2d9744 100644
--- a/structs.go
+++ b/structs.go
@@ -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