errorCheckEngine is a mock implementation that returns errors
| 25 | |
| 26 | // errorCheckEngine is a mock implementation that returns errors |
| 27 | type errorCheckEngine struct{} |
| 28 | |
| 29 | func (e *errorCheckEngine) Check(ctx context.Context, request *base.PermissionCheckRequest) (*base.PermissionCheckResponse, error) { |
| 30 | return &base.PermissionCheckResponse{ |
nothing calls this directly
no outgoing calls
no test coverage detected