package
0.0.0-20250214074024-56dfb2eed7ac
Repository: https://github.com/citizenwallet/engine.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewService function initializes a new Service with provided maximum retries, context and webhook messager.
No description provided by the author
# Structs
No description provided by the author
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.