Documentation ¶
Index ¶
- func Create(topicName string) error
- func CreateSubscription(topicName string, subName string)
- func Delete(topicName string) (bool, error)
- func Exists(topicName string) (bool, error)
- func Init(clientId string)
- func Publish(topicName string, message interface{}) (bool, error)
- func Receive(subName string) ([]topicres.Receive, error)
- func Subscriptions(topicName string) (topicres.Subscriptions, error)
- func Topics() topicres.Topics
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSubscription ¶
CreateSubscription a new sub in project
func Subscriptions ¶
func Subscriptions(topicName string) (topicres.Subscriptions, error)
Subscriptions list in a project
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.