diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -24,20 +24,22 @@ type RepoList struct { allrepos map[string]*Repo viewName string - // reposwin *gadgets.BasicWindow reposbox *gui.Node reposgrid *gui.Node reposgroup *gui.Node // put things here that can't be seen blind *gui.Node + + shownCount *gui.Node + hideFunction func(*Repo) } type Repo struct { hidden bool lasttagrev string - lasttag string - giturl string + // lasttag string + giturl string pLabel *gui.Node // path label |
