summaryrefslogtreecommitdiff
path: root/model/state.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-22 17:10:26 +0200
committerewy <ewy0@protonmail.com>2026-04-22 17:10:26 +0200
commitd398497d81f09b3011d52ff78a42f9b67d93aaee (patch)
tree50f93dc7bb2dec508625ce1f11ae08b80cc9972b /model/state.go
parent5595ded1f2a31d6bc0f924d977553c36059ce5de (diff)
store whether --all is enabled in the state
Diffstat (limited to 'model/state.go')
-rw-r--r--model/state.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/state.go b/model/state.go
index 96da3eb..3ba2045 100644
--- a/model/state.go
+++ b/model/state.go
@@ -2,6 +2,7 @@ package model
type State struct {
Sources []*Source
+ All bool
}
type HydratedState struct {