MCPcopy Create free account
hub / github.com/techschool/simplebank / TaskProcessor

Interface TaskProcessor

worker/processor.go:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type TaskProcessor interface {
19 Start() error
20 Shutdown()
21 ProcessTaskSendVerifyEmail(ctx context.Context, task *asynq.Task) error
22}
23
24type RedisTaskProcessor struct {
25 server *asynq.Server

Callers 3

StartMethod · 0.65
runGatewayServerFunction · 0.65
ShutdownMethod · 0.65

Implementers 1

RedisTaskProcessorworker/processor.go

Calls

no outgoing calls

Tested by

no test coverage detected