| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Modify the SDK listening function of the event plugin | 11 个月前 | |
refactor: replace goto EXIT with return for graceful shutdown Remove goto statements for signal handling in main.go files: - configmanage/server/main.go: Use return instead of goto EXIT for graceful exit - event/server/main.go: Use return instead of goto EXIT for graceful exit Using return is a more idiomatic Go pattern for handling graceful shutdown, making the code cleaner and easier to understand without sacrificing functionality. | 1 个月前 | |
feat: add interface with backend | 1 年前 |