package dependency import "icloudapp.cn/tools/service/entity" type IGroupRes interface { Info(groupID int64) (*entity.Group, error) Infos(groupsID ...int64) (map[int64]*entity.Group, error) }