mager: 合并11.3版本,包名和主线一样方便复制
This commit is contained in:
@@ -14,12 +14,12 @@ import (
|
||||
"github.com/go-resty/resty/v2"
|
||||
"github.com/gorilla/mux"
|
||||
|
||||
"nms_cxy/lib/dborm"
|
||||
"nms_cxy/lib/global"
|
||||
"nms_cxy/lib/log"
|
||||
"nms_cxy/lib/services"
|
||||
"nms_cxy/omc/config"
|
||||
tokenConst "nms_cxy/src/framework/constants/token"
|
||||
"be.ems/lib/dborm"
|
||||
"be.ems/lib/global"
|
||||
"be.ems/lib/log"
|
||||
"be.ems/lib/services"
|
||||
"be.ems/restagent/config"
|
||||
tokenConst "be.ems/src/framework/constants/token"
|
||||
)
|
||||
|
||||
type CpuUsage struct {
|
||||
|
||||
@@ -11,8 +11,7 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"nms_cxy/lib/log"
|
||||
|
||||
"be.ems/lib/log"
|
||||
"github.com/shirou/gopsutil/v4/cpu"
|
||||
"github.com/shirou/gopsutil/v4/disk"
|
||||
"github.com/shirou/gopsutil/v4/mem"
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
package state
|
||||
|
||||
import (
|
||||
"nms_cxy/lib/log"
|
||||
|
||||
"be.ems/lib/log"
|
||||
"github.com/shirou/gopsutil/v4/cpu"
|
||||
"github.com/shirou/gopsutil/v4/mem"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user