[#87] netmap: Extend enum Operation
All checks were successful
DCO action / DCO (pull_request) Successful in 38s
Tests and linters / Tests (1.19) (pull_request) Successful in 41s
Tests and linters / Tests (1.20) (pull_request) Successful in 47s
Tests and linters / Tests with -race (pull_request) Successful in 1m8s
Tests and linters / Lint (pull_request) Successful in 1m52s
All checks were successful
DCO action / DCO (pull_request) Successful in 38s
Tests and linters / Tests (1.19) (pull_request) Successful in 41s
Tests and linters / Tests (1.20) (pull_request) Successful in 47s
Tests and linters / Tests with -race (pull_request) Successful in 1m8s
Tests and linters / Lint (pull_request) Successful in 1m52s
Add const for wildcard char `*` Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
174773454e
commit
c01406ce25
1 changed files with 3 additions and 0 deletions
|
@ -111,8 +111,11 @@ const (
|
||||||
OR
|
OR
|
||||||
AND
|
AND
|
||||||
NOT
|
NOT
|
||||||
|
LIKE
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const LikeWildcard = "*"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
UnspecifiedClause Clause = iota
|
UnspecifiedClause Clause = iota
|
||||||
Same
|
Same
|
||||||
|
|
Loading…
Add table
Reference in a new issue