MCPcopy Create free account
hub / github.com/buggregator/server / handler

Struct handler

modules/sentry/handler.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type handler struct {
18 db *sql.DB
19}
20
21func (h *handler) Priority() int { return 10 }
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected