From e8b9ca135642c76000bc0ec2e78674c602a748dd Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 2 May 2026 18:28:40 +0200 Subject: add .js and .ts support also: remove unused/duplicate method runner.Hydrate --- model/runner.go | 1 - 1 file changed, 1 deletion(-) (limited to 'model') diff --git a/model/runner.go b/model/runner.go index e8cbcc0..eda2505 100644 --- a/model/runner.go +++ b/model/runner.go @@ -8,7 +8,6 @@ import ( // these are mostly used for pikdex but other runners can use them as well // these have to be registered in main.go type Runner interface { - Hydrate(target Target) (HydratedTarget, error) Wants(fs fs.FS, file string, entry fs.DirEntry) (bool, error) CreateTarget(fs fs.FS, source string, file string, entry fs.DirEntry) (Target, error) } -- cgit v1.3.1