diff options
| author | Jeff Carr <[email protected]> | 2024-02-23 09:02:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-23 09:02:51 -0600 |
| commit | ec7dd061e2ef997851b39663e7ce269ca53f3eae (patch) | |
| tree | 1627e73abd9239d07dd8230f8a67f181abce1659 /structs.go | |
| parent | 8f4ae1a639884f0e03e3d6d9a99cf5528d80cd63 (diff) | |
rename to repolist.RepoRow
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 |
