mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
lint: style, autofix (#3354)
This commit is contained in:
parent
bbe7752967
commit
7a1ad8376a
48 changed files with 177 additions and 169 deletions
|
@ -11,8 +11,10 @@ import (
|
|||
"github.com/crowdsecurity/crowdsec/pkg/types"
|
||||
)
|
||||
|
||||
var conditionalExprCache map[string]vm.Program
|
||||
var conditionalExprCacheLock sync.Mutex
|
||||
var (
|
||||
conditionalExprCache map[string]vm.Program
|
||||
conditionalExprCacheLock sync.Mutex
|
||||
)
|
||||
|
||||
type ConditionalOverflow struct {
|
||||
ConditionalFilter string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue