package matcher import ( . "bp.jydev.jianyu360.cn/BaseService/pushpkg/p" ) type Matcher interface { Match(poolSize int, datas *[]map[string]interface{}) (*map[*UserInfo]*SortList, *map[*UserInfo]*[]string) }