//
pkg.gl
Category
github.com/CloudStuffTech/go-utils
messaging
package
1.1.23
Repository:
https://github.com/cloudstufftech/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
132 SLOC
#
Functions
NewPubSub
NewPubSub function creates an instance of message which will send the data to service using the google cloud pub sub library.
NewPubSubWithOpts
No description provided by the author
NewSubscription
NewSubscription method will create a subscription.
#
Structs
Message
Message struct holds the information which is required to send message to messaging services like pub/sub or kafka.
Opts
No description provided by the author