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

Struct errorCheckEngine

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

errorCheckEngine is a mock implementation that returns errors

Source from the content-addressed store, hash-verified

25
26// errorCheckEngine is a mock implementation that returns errors
27type errorCheckEngine struct{}
28
29func (e *errorCheckEngine) Check(ctx context.Context, request *base.PermissionCheckRequest) (*base.PermissionCheckResponse, error) {
30 return &base.PermissionCheckResponse{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected