MCPcopy
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
17type handler struct {
18 module authdomain.Module
19}
20
21func 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