| 17 | ) |
| 18 | |
| 19 | type BatchCheckQuery struct { |
| 20 | logger logger.Logger |
| 21 | maxChecksAllowed uint32 |
| 22 | maxConcurrentChecks uint32 |
| 23 | checker Checker |
| 24 | } |
| 25 | |
| 26 | type BatchCheckCommandParams struct { |
| 27 | AuthorizationModelID string |
nothing calls this directly
no outgoing calls
no test coverage detected