消息能力升级 #1

Merged
zhangdeman merged 17 commits from feature/upgrade into master 2024-07-17 15:45:22 +08:00
Showing only changes of commit c5b0d49c25 - Show all commits

View File

@ -73,10 +73,10 @@ type IEvent interface {
// //
// Date : 12:05 2024/3/11 // Date : 12:05 2024/3/11
Destroy() Destroy()
// GetDriverType 获取驱动类型 // DriverType 获取驱动类型
// //
// Author : go_developer@163.com<白茶清欢> // Author : go_developer@163.com<白茶清欢>
// //
// Date : 12:06 2024/3/11 // Date : 12:06 2024/3/11
GetDriverType() string DriverType() string
} }