Documentation
¶
Index ¶
- func Publish(topic string, event any)
- func PublishC(c context.Context, topic string, event any)
- func PublishCE(c context.Context, topic string, event any) error
- func PublishE(topic string, event any) error
- func Subscribe(topic string, handler Handler)
- func SubscribeCE(topic string, handler HandlerCE)
- func SubscribeE(topic string, handler HandlerE)
- type Handler
- type HandlerC
- type HandlerCE
- type HandlerE
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SubscribeCE ¶
func SubscribeE ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.