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

Interface ReadHandler

internal/driver/registry_default.go:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 dbOpts []func(details *pop.ConnectionDetails)
87 }
88 ReadHandler interface {
89 RegisterReadRoutes(r *httprouterx.RouterPublic)
90 RegisterReadGRPC(s *grpc.Server)
91 }
92 WriteHandler interface {
93 RegisterWriteRoutes(r *httprouterx.RouterAdmin)
94 RegisterWriteGRPC(s *grpc.Server)

Callers 2

ReadRouterMethod · 0.65
ReadGRPCServerMethod · 0.65

Implementers 4

Handlerinternal/namespace/namespacehandler/ha
Handlerinternal/expand/handler.go
Handlerinternal/relationtuple/handler.go
Handlerinternal/check/handler.go

Calls

no outgoing calls

Tested by

no test coverage detected