//
pkg.gl
Category
github.com/bloxapp/ssv
protocol
v2
queue
worker
package
1.3.9-rc.0
Repository:
https://github.com/bloxapp/ssv.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
2
Files
108 SLOC
#
Functions
NewWorker
NewWorker return new Worker.
#
Structs
Config
Config holds all necessary config for worker.
Worker
Worker listen to queue and process the messages.
#
Type aliases
ErrorHandler
ErrorHandler func that handles an error for a specific message.
MsgHandler
MsgHandler func that receive message.SSVMessage to handle.