diff --git a/common/pkgs/sysevent/sysevent.go b/common/pkgs/sysevent/sysevent.go index bbc9afa..082b93e 100644 --- a/common/pkgs/sysevent/sysevent.go +++ b/common/pkgs/sysevent/sysevent.go @@ -4,6 +4,6 @@ const ( SysEventQueueName = "SysEventQueue" ) -type SysEvent = any +type SysEvent = any // TODO 换成具体的类型 -type Source = any +type Source = any // TODO 换成具体的类型