//
pkg.gl
Category
github.com/ssvlabs/ssv
protocol
v2
queue
worker
package
2.0.2+incompatible
Repository:
https://github.com/ssvlabs/ssv.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
109 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.