From 56d1f553f32c242f7cc5043b9ce2b719e2285838 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 18 Oct 2021 16:04:31 +0200 Subject: make repo responsible of creating the export end channel --- export/exporter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'export') diff --git a/export/exporter.go b/export/exporter.go index 208fbd7..375ba15 100644 --- a/export/exporter.go +++ b/export/exporter.go @@ -20,5 +20,5 @@ type Output struct { } type Exporter interface { - ExportVersion() (input Input, end <-chan bool) + ExportVersion(end chan<- bool) Input } -- cgit v1.2.3