MCPcopy
hub / github.com/cortexlabs/cortex / messageHandlerFunc

Struct messageHandlerFunc

pkg/dequeuer/message_handler.go:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type messageHandlerFunc struct {
30 HandleFunc func(message *sqs.Message) error
31}
32
33func (h *messageHandlerFunc) Handle(msg *sqs.Message) error {
34 return h.HandleFunc(msg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected