README ¶ go-utils Node.js + PM2 // Init and get instance pm := pm2.GetInstance() // Add action pm.AddAction("gc", func(opt interface{}) string { runtime.GC() return "ok" }) // Add Metric pm.AddMetric() Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis cache cache 是缓存系统的整体抽象 cache 是缓存系统的整体抽象 memo metric nodejs ipc pm2 Click to show internal directories. Click to hide internal directories.