summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-19 16:29:10 -0600
committerJeff Carr <[email protected]>2024-02-19 16:29:10 -0600
commitae7e9ba42c44687db038cacf7e0ae845e497f6e0 (patch)
treefe79e556726dd89e9aa21a2fb245b1d5c53579e8 /structs.go
parentad21d5d5db43b975e88067ff730691e89e10ea97 (diff)
allow more fields to be mirrored
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index a5eb104..869a9f8 100644
--- a/structs.go
+++ b/structs.go
@@ -25,6 +25,7 @@ type RepoStatus struct {
dirtyLabel *gadgets.OneLiner
readOnly *gadgets.OneLiner
goSumStatus *gadgets.OneLiner
+ gitState *gadgets.OneLiner
path *gadgets.OneLiner
goSrcPath *gadgets.OneLiner