From ec7dd061e2ef997851b39663e7ce269ca53f3eae Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 23 Feb 2024 09:02:51 -0600 Subject: rename to repolist.RepoRow --- structs.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'structs.go') 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 -- cgit v1.2.3