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

Method Shutdown

worker/processor.go:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18type TaskProcessor interface {
19 Start() error
20 Shutdown()
21 ProcessTaskSendVerifyEmail(ctx context.Context, task *asynq.Task) error
22}
23

Callers 2

runGatewayServerFunction · 0.65
ShutdownMethod · 0.65

Implementers 1

RedisTaskProcessorworker/processor.go

Calls

no outgoing calls

Tested by

no test coverage detected