summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index e0f60e8..d38adca 100644
--- a/structs.go
+++ b/structs.go
@@ -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