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

Struct handler

modules/httpdumps/handler.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type handler struct {
16 attachments *storage.AttachmentStore
17 db *sql.DB
18}
19
20func (h *handler) Priority() int { return 9999 }
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected