| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
event plugin to register etcd service discovery | 1 年前 | |
fix: correct ServiveName to ServiceName type Fix the type "ServiveName" to "ServiceName" across all plugin modules: - configmanage/server/config/config.go - configmanage/server/main.go - event/server/config/config.go - event/server/main.go - container/server/config/config.go - container/server/main.go - template/server/conf/meta.go - template/server/pluginclient/pluginClient.go Total of 12 occurrences corrected in 8 files. | 2 个月前 | |
Modify the SDK listening function of the event plugin | 1 年前 | |
Integrate with the front-end interface and add pagination | 1 年前 | |
event plugin to register etcd service discovery | 1 年前 | |
event plugin to register etcd service discovery | 1 年前 | |
Replace configmanage client registration service discovery | 1 年前 | |
event plugin to register etcd service discovery | 1 年前 | |
event plugin to register etcd service discovery | 1 年前 | |
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. | 2 个月前 |