8 lines
91 B
Go
8 lines
91 B
Go
package dbm
|
|
|
|
type Group struct {
|
|
Name string
|
|
Pattern string
|
|
BlackList []string
|
|
}
|