summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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