From 86ade00db6aa419b6df56fdbe82da9ce33da2314 Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sat, 18 Feb 2017 07:49:19 +0100 Subject: Rename interface files --- input/interface.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 input/interface.go (limited to 'input/interface.go') diff --git a/input/interface.go b/input/interface.go new file mode 100644 index 0000000..1743249 --- /dev/null +++ b/input/interface.go @@ -0,0 +1,7 @@ +package input + +import "github.com/Shugyousha/stasher/work" + +type Input interface { + Start() chan *work.Work +} -- cgit v1.2.1-18-gbd029