MCPcopy
hub / github.com/ory/keto / Check

Method Check

proto/ory/keto/opl/v1alpha1/syntax_service_grpc.pb.go:32–32  ·  view source on GitHub ↗

Performs a syntax check request.

(ctx context.Context, in *CheckRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

30type SyntaxServiceClient interface {
31 // Performs a syntax check request.
32 Check(ctx context.Context, in *CheckRequest, opts ...grpc.CallOption) (*CheckResponse, error)
33}
34
35type syntaxServiceClient struct {

Callers 6

oplCheckSyntaxMethod · 0.95
TestNewHandlerFunction · 0.95
TestPanicRecoveryFunction · 0.65
waitUntilLiveMethod · 0.65
newStatusCmdFunction · 0.65

Implementers 6

checkServiceClientproto/ory/keto/relation_tuples/v1alpha
UnimplementedCheckServiceServerproto/ory/keto/relation_tuples/v1alpha
syntaxServiceClientproto/ory/keto/opl/v1alpha1/syntax_ser
UnimplementedSyntaxServiceServerproto/ory/keto/opl/v1alpha1/syntax_ser
Handlerinternal/check/handler.go
Handlerschema/handler.go

Calls

no outgoing calls

Tested by 4

oplCheckSyntaxMethod · 0.76
TestNewHandlerFunction · 0.76
TestPanicRecoveryFunction · 0.52
waitUntilLiveMethod · 0.52