GetGroupInfo 获取群信息
(groupUin uint32)
| 63 | |
| 64 | // GetGroupInfo 获取群信息 |
| 65 | func (c *Cache) GetGroupInfo(groupUin uint32) *entity.Group { |
| 66 | v, _ := getCacheOf[entity.Group](c, groupUin) |
| 67 | return v |
| 68 | } |
| 69 | |
| 70 | // GetAllGroupsInfo 获取所有群信息 |
| 71 | func (c *Cache) GetAllGroupsInfo() map[uint32]*entity.Group { |
no test coverage detected