diff options
Diffstat (limited to 'runner')
| -rw-r--r-- | runner/base.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runner/base.go b/runner/base.go index c5606a3..3f405a5 100644 --- a/runner/base.go +++ b/runner/base.go @@ -6,9 +6,11 @@ import ( "pik/model" ) +// BaseTarget is an embeddable type which contains some of the information we need for (almost) every target. type BaseTarget struct { identity.Identity MyTags model.Tags + Sub []string } func (t *BaseTarget) Tags() model.Tags { |
