From be0378f5486184b69b5da59461786477d753b8a3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 28 Nov 2024 18:27:38 -0600 Subject: add a test example Signed-off-by: Jeff Carr --- structs.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 2531e96..4817831 100644 --- a/structs.go +++ b/structs.go @@ -5,6 +5,7 @@ import ( "go.wit.com/gui" "go.wit.com/lib/gui/repostatus" + "go.wit.com/lib/protobuf/forgepb" ) var me *RepoList @@ -21,12 +22,18 @@ func (b *RepoList) Enable() { type RepoList struct { sync.RWMutex + // the main window and box + mainWindow *gui.Node + mainbox *gui.Node + onlyMe bool goSrcPwd string allrepos map[string]*RepoRow viewName string cfgfile string + forge *forgepb.Forge + reposbox *gui.Node reposgrid *gui.Node reposgroup *gui.Node -- cgit v1.2.3