summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 7b7bcd7..be8feb8 100644
--- a/structs.go
+++ b/structs.go
@@ -6,8 +6,11 @@ import (
)
type RepoStatus struct {
- ready bool
+ ready bool
+
+ // keeps track of changes that might have happened
changed bool
+ changes string
tags map[string]string