Browse Source

增加一些注释

gitlink
Sydonian 10 months ago
parent
commit
04267f90e2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      common/pkgs/sysevent/sysevent.go

+ 2
- 2
common/pkgs/sysevent/sysevent.go View File

@@ -4,6 +4,6 @@ const (
SysEventQueueName = "SysEventQueue"
)

type SysEvent = any
type SysEvent = any // TODO 换成具体的类型

type Source = any
type Source = any // TODO 换成具体的类型

Loading…
Cancel
Save