summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-07 08:51:45 -0600
committerJeff Carr <[email protected]>2024-02-07 08:51:45 -0600
commit49724b16e81d114c7024c4c446cfcb76013c57dc (patch)
tree586ee57f66412d2607df17552d37437da041103a /structs.go
parent678d6357b1db76aa416048ff3695c5909fd0fd6f (diff)
more on tagsv0.20.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index c23f480..a21d92f 100644
--- a/structs.go
+++ b/structs.go
@@ -17,6 +17,9 @@ type RepoStatus struct {
window *gadgets.BasicWindow
+ // a window to manage your .git tags
+ TagsW *repoTags
+
dirtyLabel *gadgets.OneLiner
readOnly *gadgets.OneLiner
goSumStatus *gadgets.OneLiner