package output import "github.com/Shugyousha/stasher/work" type Output interface { Output(*work.Work) error }