summaryrefslogtreecommitdiff
path: root/input/interface.go
blob: 1743249a1331dfd461a16a480f6624225aa5b715 (plain)
1
2
3
4
5
6
7
package input

import "github.com/Shugyousha/stasher/work"

type Input interface {
	Start() chan *work.Work
}