From 373ec07b40178cb3b704aa83fc4fd53abfe279bc Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Tue, 15 Jul 2025 12:43:28 +0700 Subject: feat: prepare all internal pkg (input/output client & processor) --- internal/client/input/input_client_interface.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 internal/client/input/input_client_interface.go (limited to 'internal/client/input/input_client_interface.go') diff --git a/internal/client/input/input_client_interface.go b/internal/client/input/input_client_interface.go new file mode 100644 index 0000000..4bbbae5 --- /dev/null +++ b/internal/client/input/input_client_interface.go @@ -0,0 +1,11 @@ +package input + +import ( + "io" +) + +type InputClient interface { + Scan() ([]string, error) + ReadMetadata(string) (map[string]string, error) + GetReader(string) (io.Reader, error) +} -- cgit v1.3.1+13