Files
2025-04-16 01:02:29 +08:00

8 lines
91 B
Go

package dbm
type Group struct {
Name string
Pattern string
BlackList []string
}