//
pkg.gl
Category
github.com/rog-golang-buddies/api-hub_data-scraping-service
internal
queue
package
1.5.1
Repository:
https://github.com/rog-golang-buddies/api-hub_data-scraping-service.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
2
Files
85 SLOC
#
Packages
handler
No description provided by the author
mocks
Package mock_queue is a generated GoMock package.
publisher
No description provided by the author
#
Functions
CloseConsumer
No description provided by the author
NewConsumer
No description provided by the author
NewListener
No description provided by the author
#
Structs
ListenerImpl
No description provided by the author
#
Interfaces
Consumer
Consumer is just an interface for the library consumer which doesn't have one.
Listener
Listener represents the consumer wrapper with the method to start listening for all events for this service go:generate mockgen -source=listener.go -destination=./mocks/listener.go.