Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bufferapp/sqs-worker-go
/ types & classes
Types & classes
4 in github.com/bufferapp/sqs-worker-go
⨍
Functions
14
◇
Types & classes
4
Interface
Handler
Handler interface
worker/worker.go:23
FuncType
HandlerFunc
HandlerFunc is used to define the Handler that is run on for each message
worker/worker.go:15
Struct
InvalidMessageError
InvalidMessageError for message that can't be processed and should be deleted
worker/worker.go:28
Struct
Service
Service works through the job SQS queue
worker/worker.go:43