Ensuring interface implementation
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
This commit is contained in:
parent
d7772f542b
commit
94f8d6aacb
@ -42,6 +42,8 @@ type ExcludeCaseSensitive struct {
|
|||||||
*Exclude
|
*Exclude
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var _ Processor = ExcludeCaseSensitive{}
|
||||||
|
|
||||||
func NewExcludeCaseSensitive(pattern string) *ExcludeCaseSensitive {
|
func NewExcludeCaseSensitive(pattern string) *ExcludeCaseSensitive {
|
||||||
var patternRe *regexp.Regexp
|
var patternRe *regexp.Regexp
|
||||||
if pattern != "" {
|
if pattern != "" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user