Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
type
TaskProcessor
interface
{
19
Start() error
20
Shutdown()
21
ProcessTaskSendVerifyEmail(ctx context.Context, task *asynq.Task) error
22
}
Callers
1
Start
Method · 0.65
Implementers
1
RedisTaskProcessor
worker/processor.go
Calls
no outgoing calls
Tested by
no test coverage detected