package
0.0.0-20241130112236-9cfe6db431e8
Repository: https://github.com/citizenwallet/indexer.git
Documentation: pkg.go.dev
# Functions
NewService function initializes a new Service with provided maximum retries, context and webhook messager.
No description provided by the author
# Structs
Service struct represents a queue service with a queue channel, quit channel, maximum retries, context and a webhook messager.
No description provided by the author
# Interfaces
Processor is an interface that must be implemented by the consumer of the queue.