diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
