驱动类型

This commit is contained in:
白茶清欢 2024-06-25 16:05:37 +08:00
parent ea7920cceb
commit c5b0d49c25

View File

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