Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterVerify ¶
FilterVerify verify filter's type return false is illegal
func FilterVerifyStr ¶
FilterVerifyStr verify sting correct return false if illegal
Types ¶
type Filter ¶
type Filter struct {
DBBlack map[string]bool
TableBlack map[string]bool
DBWhite map[string]bool
TableWhite map[string]bool
}
Filter verify message, filter or pass message by blacklist and whitelist
Click to show internal directories.
Click to hide internal directories.