netmap: Regenerate to add LIKE operation for filter #87

Merged
fyrchik merged 5 commits from acid-ant/frostfs-api-go:feature/policy-like into master 2024-09-04 19:51:16 +00:00
Showing only changes of commit 35e7397d48 - Show all commits

View file

@ -111,6 +111,7 @@ const (
OR
AND
NOT
LIKE
)
const (
aarifullin marked this conversation as resolved Outdated

The linter doesn't pass this snake-case name :(

The linter doesn't pass this snake-case name :(

Thanks, fixed.

Thanks, fixed.

I don't think it is useful -- almost always better to inline it in policy, than do ip ~ ".." + LikeWildcard

I don't think it is useful -- almost always better to inline it in policy, than do `ip ~ ".." + LikeWildcard`

Ok, removed.

Ok, removed.