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

Method RegisterSyntaxGRPC

schema/handler.go:42–44  ·  view source on GitHub ↗
(s *grpc.Server)

Source from the content-addressed store, hash-verified

40}
41
42func (h *Handler) RegisterSyntaxGRPC(s *grpc.Server) {
43 opl.RegisterSyntaxServiceServer(s, h)
44}
45
46func (h *Handler) Check(_ context.Context, request *opl.CheckRequest) (*opl.CheckResponse, error) {
47 _, parseErrors := Parse(string(request.GetContent()))

Callers 1

TestNewHandlerFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestNewHandlerFunction · 0.76