Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SigNoz/signoz
/ handler
Struct
handler
pkg/modules/authdomain/implauthdomain/handler.go:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
handler
struct
{
18
module authdomain.Module
19
}
20
21
func
NewHandler(module authdomain.Module) authdomain.Handler {
22
return
&handler{module: module}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected