style: 去除Impl接口声明层聚焦服务函数
This commit is contained in:
@@ -18,13 +18,12 @@ import (
|
||||
|
||||
// 实例化服务层 TCPdump 结构体
|
||||
var NewTCPdump = &TCPdump{
|
||||
neInfoService: neService.NewNeInfoImpl,
|
||||
neInfoService: neService.NewNeInfo,
|
||||
}
|
||||
|
||||
// 信令抓包 服务层处理
|
||||
type TCPdump struct {
|
||||
// 网元信息服务
|
||||
neInfoService neService.INeInfo
|
||||
neInfoService *neService.NeInfo // 网元信息服务
|
||||
}
|
||||
|
||||
// 抓包进程PID
|
||||
|
||||
Reference in New Issue
Block a user