package
1.3.9-rc.0
Repository: https://github.com/bloxapp/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.