Files
2025-04-16 00:58:26 +08:00

8 lines
91 B
Go

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