package filter import "github.com/Shugyousha/stasher/work" type Filter interface { Filter(*work.Work) *work.Work }