1 2 3 4 5 6 7
package filter import "github.com/Shugyousha/stasher/work" type Filter interface { Filter(*work.Work) *work.Work }