Esempio n. 1
0
func (t *matchTask) Do(repo watchdb.WatchProvider) (err error) {
	m, _ := repo.Match(t.expr)
	t.ch <- m
	return
}