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

Method Start

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

Source from the content-addressed store, hash-verified

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

Callers 1

StartMethod · 0.65

Implementers 1

RedisTaskProcessorworker/processor.go

Calls

no outgoing calls

Tested by

no test coverage detected