package
2.0.2+incompatible
Repository: https://github.com/ssvlabs/ssv.git
Documentation: pkg.go.dev

# Functions

NewWorker return new Worker.

# Structs

Config holds all necessary config for worker.
Worker listen to queue and process the messages.

# Type aliases

ErrorHandler func that handles an error for a specific message.
MsgHandler func that receive message.SSVMessage to handle.