summaryrefslogtreecommitdiff
path: root/model/source.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/source.go')
-rw-r--r--model/source.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/model/source.go b/model/source.go
index 60f4c3d..246929e 100644
--- a/model/source.go
+++ b/model/source.go
@@ -11,8 +11,9 @@ import (
type Source struct {
identity.Identity
Tags
- Path string
- Targets []Target
+ Path string
+ Targets []Target
+ Whitelists map[string][]string
}
// HydratedSource is a Source with additional hydration