//
pkg.gl
Category
github.com/golang-tire/pkg
pubsub
package
0.1.82
Repository:
https://github.com/golang-tire/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
109 SLOC
#
Packages
test
No description provided by the author
#
Functions
Get
Get return pubsub service instance.
New
New create a new instance of pubsub service.
#
Structs
Topic
Topic topic holder that contain handlers lists.
#
Interfaces
Handler
Handler is an interface and will contain target function to run in subscriber.
Service
Service pubsub service.