规划基于redis pub/sub 的驱动实现

This commit is contained in:
2024-06-25 16:47:29 +08:00
parent c5b0d49c25
commit 943d5f36cb
6 changed files with 203 additions and 10 deletions

View File

@ -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<白茶清欢>