MCPcopy
hub / github.com/openfga/openfga / BatchCheckQuery

Struct BatchCheckQuery

pkg/server/commands/batch_check_command.go:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type BatchCheckQuery struct {
20 logger logger.Logger
21 maxChecksAllowed uint32
22 maxConcurrentChecks uint32
23 checker Checker
24}
25
26type BatchCheckCommandParams struct {
27 AuthorizationModelID string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected