Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ory/keto
/ NewHandler
Function
NewHandler
internal/relationtuple/handler.go:40–44 ·
view source on GitHub ↗
(d handlerDeps)
Source
from the content-addressed store, hash-verified
38
)
39
40
func
NewHandler(d handlerDeps) *Handler {
41
return
&Handler{
42
d: d,
43
}
44
}
45
46
func
(h *Handler) RegisterReadRoutes(r *httprouterx.RouterPublic) {
47
r.GET(ReadRouteBase, h.getRelations)
Callers
3
allHandlers
Method · 0.92
TestReadHandlers
Function · 0.92
TestWriteHandlers
Function · 0.92
Calls
no outgoing calls
Tested by
2
TestReadHandlers
Function · 0.74
TestWriteHandlers
Function · 0.74