MCPcopy Create free account
hub / github.com/dataddo/pgq / Handler

Struct Handler

example_consumer_test.go:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type Handler struct{}
17
18func (h *Handler) HandleMessage(ctx context.Context, msg *pgq.MessageIncoming) (res bool, err error) {
19 defer func() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected