Documentation
¶
Index ¶
Constants ¶
View Source
const (
ExampleTopic = "example" // 示例消息队列topic
)
Variables ¶
This section is empty.
Functions ¶
func PublishExample ¶
func PublishExample(ctx context.Context, msg *ExampleMsg) error
PublishExample 发布示例消息
func SubscribeExample ¶
Types ¶
type ExampleMsg ¶
type ExampleMsg struct {
Time int64
}
func ParseExampleMsg ¶
func ParseExampleMsg(msg *broker2.Message) (*ExampleMsg, error)
Click to show internal directories.
Click to hide internal directories.