goProject/trunk/framework/reloadMgr/doc.go
皮蛋13361098506 1b77f62820 初始化项目
2025-01-06 16:01:02 +08:00

7 lines
237 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package reloadMgr
// 重新加载包,提供重新加载的功能
// 使用方法:
// 1、先调用RegisterReloadFunc方法将重新加载时需要调用的方法进行注册。
// 2、在需要重新加载时调用Reload()方法