From 2d2138383af6d28c5b947c5a6c4989afa8f7ac56 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Tue, 15 Jul 2025 17:36:47 +0700 Subject: feat: first working prototype --- internal/processor/processor_interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/processor/processor_interface.go') diff --git a/internal/processor/processor_interface.go b/internal/processor/processor_interface.go index 8a8f803..7cf20f2 100644 --- a/internal/processor/processor_interface.go +++ b/internal/processor/processor_interface.go @@ -4,5 +4,5 @@ import "io" type Processor interface { DeductOutputPath(inputPath string) string - Process(ext string, reader io.Reader, writer io.Writer) error + Process(ext string, reader io.ReadCloser, writer io.WriteCloser) error } -- cgit v1.3.1+13