MCPcopy Index your code
hub / github.com/ory/keto / RegisterSyntaxRoutes

Method RegisterSyntaxRoutes

schema/handler.go:38–40  ·  view source on GitHub ↗
(r httprouterx.Router)

Source from the content-addressed store, hash-verified

36}
37
38func (h *Handler) RegisterSyntaxRoutes(r httprouterx.Router) {
39 r.POST(RouteBase, h.postCheckOplSyntax)
40}
41
42func (h *Handler) RegisterSyntaxGRPC(s *grpc.Server) {
43 opl.RegisterSyntaxServiceServer(s, h)

Callers 1

TestNewHandlerFunction · 0.95

Calls 1

POSTMethod · 0.65

Tested by 1

TestNewHandlerFunction · 0.76