Documentation
¶
Index ¶
Constants ¶
View Source
const (
ExampleTopic = "example" // 示例消息队列topic
)
Variables ¶
This section is empty.
Functions ¶
func PublishExample ¶
func PublishExample(ctx context.Context, msg *message.ExampleMsg) error
PublishExample 发布示例消息
func SubscribeExample ¶
func SubscribeExample(ctx context.Context, fn func(ctx context.Context, msg *message.ExampleMsg) error) error
SubscribeExample 订阅示例消息
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.