summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-05 03:14:27 -0600
committerJeff Carr <[email protected]>2024-11-05 03:14:27 -0600
commit44d221697fa9e5edd81ec99a7041c726d42ba034 (patch)
treed3861d29d9494c19b460b430bb22e60104af5596 /structs.go
parent9a1cc5839fb087cadfa02e00a9131dc5c73818c0 (diff)
show target version in the stdout report
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 0758258..128426d 100644
--- a/structs.go
+++ b/structs.go
@@ -37,6 +37,8 @@ type RepoList struct {
shownCount *gui.Node
hideFunction func(*RepoRow)
duration *gui.Node
+
+ rows []*RepoRow
}
type RepoRow struct {