diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,7 +21,7 @@ type RepoList struct { goSrcPwd string autoHidePerfect bool autoScan bool - allrepos map[string]*Repo + allrepos map[string]*RepoRow viewName string reposbox *gui.Node @@ -32,11 +32,11 @@ type RepoList struct { blind *gui.Node shownCount *gui.Node - hideFunction func(*Repo) + hideFunction func(*RepoRow) duration *gui.Node } -type Repo struct { +type RepoRow struct { hidden bool lasttagrev string // lasttag string |
