package matcher import ( . "bp.jydev.jianyu360.cn/pushpkg/p" ) type Matcher interface { Match(info *map[string]interface{}) (*map[*UserInfo]*MatchUser, *[]*UserInfo) }