From a975a73ac133d1ba76cb5babd950bd19d36e8443 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 7 Apr 2023 21:22:51 -0500 Subject: start work on a plugin channel Signed-off-by: Jeff Carr --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index eec3ccb..b6dcaff 100644 --- a/structs.go +++ b/structs.go @@ -52,6 +52,7 @@ type GuiConfig struct { ActionCh1 chan int ActionCh2 chan int + // sets the chan for the plugins to call back too guiChan chan toolkit.Action } -- cgit v1.2.3