From 615889e00e744f76a8e4e1bade2367bde8598878 Mon Sep 17 00:00:00 2001 From: ewy Date: Wed, 22 Apr 2026 17:09:06 +0200 Subject: add "invocation" method which expects a target to output its own magic spell --- model/target.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model') 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 { -- cgit v1.3.1