refactor: split importer args
1 file changed, 0 insertions(+), 4 deletions(-)
changed files
M internal/importer/importer.go → internal/importer/importer.go
@@ -9,10 +9,6 @@ "go.alanpearce.eu/searchix/internal/nix" "go.alanpearce.eu/x/log" ) -type Importer interface { - Import(context.Context, *index.WriteIndex) (bool, error) -} - type Processor interface { Process(context.Context) (<-chan nix.Importable, <-chan error) }