Nerzal / gocloak

golang keycloak client
Apache License 2.0
1.01k stars 275 forks source link

Add support for permission_resource_format/permission_resource_matchi… #461

Closed tomqwpl closed 7 months ago

tomqwpl commented 7 months ago

Fix for #460

Nerzal commented 7 months ago

Hi, can you fix this linter warning?

Warning: var-naming: struct field PermissionResourceMatchingUri should be PermissionResourceMatchingURI (revive)

That would fix the golangci-lint step in the pipeline

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ba0216d) 77.26% compared to head (698747a) 77.26%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #461 +/- ## ======================================= Coverage 77.26% 77.26% ======================================= Files 4 4 Lines 2261 2261 ======================================= Hits 1747 1747 Misses 345 345 Partials 169 169 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.