summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-23 22:47:39 -0600
committerJeff Carr <[email protected]>2024-01-23 22:47:39 -0600
commit7c82f918aa8da546f038ed5cf4c682f5787a191f (patch)
tree62b0725a7b96ee2547fbfa24b81c0d0dbf15ebe3 /structs.go
parentedf74e160e047e3bad86f7cf52032c12cf0813f0 (diff)
detect go.sum is clean
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go16
1 files changed, 7 insertions, 9 deletions
diff --git a/structs.go b/structs.go
index ab84811..360f903 100644
--- a/structs.go
+++ b/structs.go
@@ -10,21 +10,19 @@ type RepoStatus struct {
hidden bool
changed bool
- // repopath string
- lasttagrev string
- tags map[string]string
+ // lasttagrev string
+ tags map[string]string
parent *gui.Node
window *gadgets.BasicWindow
- // group *gui.Node
- // grid *gui.Node
- // status *gadgets.OneLiner
dirtyLabel *gadgets.OneLiner
- path *gadgets.OneLiner
- goSrcPath *gadgets.OneLiner
- realPath *gadgets.OneLiner
+ readOnly *gadgets.OneLiner
+
+ path *gadgets.OneLiner
+ goSrcPath *gadgets.OneLiner
+ realPath *gadgets.OneLiner
currentBranch *gadgets.OneLiner
currentVersion *gadgets.OneLiner