This commit is contained in:
Daniel 2025-07-27 17:08:34 +08:00
parent cff71aa720
commit 48c64f98f4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -217,6 +217,7 @@ func (view *View) GetGroup(groupID string) *View {
return group
}
}
return nil
}
// GroupCalc 描述了分组计算规则和结果的结构。