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

Struct AsyncMessageHandler

pkg/dequeuer/async_handler.go:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40)
41
42type AsyncMessageHandler struct {
43 config AsyncMessageHandlerConfig
44 aws *awslib.Client
45 log *zap.SugaredLogger
46 storagePath string
47 httpClient *http.Client
48 eventHandler RequestEventHandler
49}
50
51type AsyncMessageHandlerConfig struct {
52 ClusterUID string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected