MCPcopy Create free account
hub / github.com/Permify/permify / mockCheckEngine

Struct mockCheckEngine

internal/engines/bulk_test.go:15–15  ·  view source on GitHub ↗

mockCheckEngine is a mock implementation of invoke.Check for testing

Source from the content-addressed store, hash-verified

13
14// mockCheckEngine is a mock implementation of invoke.Check for testing
15type mockCheckEngine struct{}
16
17func (m *mockCheckEngine) Check(ctx context.Context, request *base.PermissionCheckRequest) (*base.PermissionCheckResponse, error) {
18 return &base.PermissionCheckResponse{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected