规划基于redis pub/sub 的驱动实现
This commit is contained in:
@ -18,12 +18,6 @@ import (
|
||||
//
|
||||
// Date : 19:08 2023/8/14
|
||||
type IEvent interface {
|
||||
// Construct 初始化事件实例
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 12:04 2024/3/11
|
||||
Construct() error
|
||||
// SendEvent 发送事件(同步)
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
|
Reference in New Issue
Block a user