package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jun 8, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Handler ¶
added in
v0.1.0
Handler 消息处理函数
type Message struct {
ID string `json:"id"`
Topic string `json:"topic"`
Payload []byte `json:"payload"`
Delay time.Duration `json:"delay,omitempty"`
Retry int `json:"retry,omitempty"`
CreateAt time.Time `json:"create_at"`
}
Message 消息结构
Source Files
¶
Click to show internal directories.
Click to hide internal directories.