style: 去除Impl接口声明层聚焦服务函数
This commit is contained in:
@@ -15,15 +15,14 @@ import (
|
||||
|
||||
// 实例化控制层 NeHostCmdController 结构体
|
||||
var NewNeHostCmd = &NeHostCmdController{
|
||||
neHostCmdService: neService.NewNeHostCmdImpl,
|
||||
neHostCmdService: neService.NewNeHostCmd,
|
||||
}
|
||||
|
||||
// 网元主机命令请求
|
||||
//
|
||||
// PATH /hostCmd
|
||||
type NeHostCmdController struct {
|
||||
// 网元主机命令服务
|
||||
neHostCmdService neService.INeHostCmd
|
||||
neHostCmdService *neService.NeHostCmd // 网元主机命令服务
|
||||
}
|
||||
|
||||
// 网元主机命令列表
|
||||
|
||||
Reference in New Issue
Block a user