summaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
Diffstat (limited to 'model')
-rw-r--r--model/target.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/target.go b/model/target.go
index 5be97ed..b503381 100644
--- a/model/target.go
+++ b/model/target.go
@@ -13,6 +13,7 @@ type Target interface {
Tags() Tags
ShortestId() string
Visible() bool
+ Invocation(src *Source) []string
}
type HydratedTarget interface {