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