mirror of
https://github.com/teest114514/chatlog_alpha.git
synced 2026-04-08 14:59:39 +08:00
8 lines
91 B
Go
8 lines
91 B
Go
package dbm
|
|
|
|
type Group struct {
|
|
Name string
|
|
Pattern string
|
|
BlackList []string
|
|
}
|