From ea8c3053006e67210e16ed55febbcb0c6a374b54 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 14 Feb 2025 01:36:40 +0100 Subject: refactor: split importer args --- internal/importer/importer.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'internal/importer/importer.go') diff --git a/internal/importer/importer.go b/internal/importer/importer.go index 99f7e7a..0b2db43 100644 --- a/internal/importer/importer.go +++ b/internal/importer/importer.go @@ -9,10 +9,6 @@ import ( "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) } -- cgit 1.4.1