CustomEventData 自定义事件数据
| 388 | |
| 389 | // CustomEventData 自定义事件数据 |
| 390 | type CustomEventData struct { |
| 391 | Type EventType `json:"-"` |
| 392 | Title string `json:"title"` |
| 393 | Content string `json:"content"` |
| 394 | ExtraData map[string]any `json:"extra_data,omitempty"` |
| 395 | } |
nothing calls this directly
no outgoing calls
no test coverage detected