初始化插件
()
| 218 | |
| 219 | // 初始化插件 |
| 220 | func init() { |
| 221 | plugin.RegisterGlobalPlugin(NewFox4kPlugin()) |
| 222 | |
| 223 | // 启动缓存清理 |
| 224 | go startCacheCleaner() |
| 225 | } |
| 226 | |
| 227 | // startCacheCleaner 定期清理缓存 |
| 228 | func startCacheCleaner() { |
nothing calls this directly
no test coverage detected