AuthorizationStrategyAllowAll is an AuthorizationStrategy that allows all requests.
| 138 | |
| 139 | // AuthorizationStrategyAllowAll is an AuthorizationStrategy that allows all requests. |
| 140 | type AuthorizationStrategyAllowAll struct{} |
| 141 | |
| 142 | // CheckAccess checks whether the current request can be fulfilled using the current access strategy. Returns true since |
| 143 | // strategy is `AuthorizationStrategyAllowAll` |
nothing calls this directly
no outgoing calls
no test coverage detected