MCPcopy
hub / github.com/openfga/openfga / Checker

Interface Checker

pkg/server/commands/check.go:44–46  ·  view source on GitHub ↗

Checker runs a single authorization check.

Source from the content-addressed store, hash-verified

42
43// Checker runs a single authorization check.
44type Checker interface {
45 Execute(ctx context.Context, params *CheckCommandParams) (*CheckResult, error)
46}
47
48type CheckQueryV2 struct {
49 logger logger.Logger

Callers 8

BatchCheckMethod · 0.65
CheckMethod · 0.65
TestReadAssertionQueryFunction · 0.65
TestWriteAssertionsFunction · 0.65
ExecuteMethod · 0.65
TestCreateStoreFunction · 0.65

Implementers 15

ReadAuthorizationModelQuerypkg/server/commands/read_authzmodel.go
WriteAuthorizationModelCommandpkg/server/commands/write_authzmodel.g
DeleteStoreCommandpkg/server/commands/delete_store.go
BatchCheckQuerypkg/server/commands/batch_check_comman
WriteAssertionsCommandpkg/server/commands/write_assertions.g
CheckQuerypkg/server/commands/check_command.go
ReadAuthorizationModelsQuerypkg/server/commands/read_authzmodels.g
CreateStoreCommandpkg/server/commands/create_store.go
ReadAssertionsQuerypkg/server/commands/read_assertions.go
ExpandQuerypkg/server/commands/expand.go
GetStoreQuerypkg/server/commands/get_store.go
shadowedListObjectsQuerypkg/server/commands/list_objects_shado

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…