summaryrefslogtreecommitdiff
path: root/indexers/pikdex/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'indexers/pikdex/index.go')
-rw-r--r--indexers/pikdex/index.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/indexers/pikdex/index.go b/indexers/pikdex/index.go
index 70cfabb..1a9b38a 100644
--- a/indexers/pikdex/index.go
+++ b/indexers/pikdex/index.go
@@ -43,9 +43,11 @@ type pikdex struct {
}
type SourceData struct {
- Aliases []string
- Icon string
- Path string
+ Aliases []string
+ Icon string
+ Path string
+ Wants []string
+ Includes []string
}
func (u *pikdex) Index(absPath string, f fs.FS, runners []model.Runner) ([]model.Target, error) {