style: 去除Impl接口声明层聚焦服务函数
This commit is contained in:
@@ -15,15 +15,14 @@ import (
|
||||
|
||||
// 实例化控制层 NeSoftwareController 结构体
|
||||
var NewNeSoftware = &NeSoftwareController{
|
||||
neSoftwareService: neService.NewNeSoftwareImpl,
|
||||
neSoftwareService: neService.NewNeSoftware,
|
||||
}
|
||||
|
||||
// 网元软件包请求
|
||||
//
|
||||
// PATH /software
|
||||
type NeSoftwareController struct {
|
||||
// 网元软件包服务
|
||||
neSoftwareService neService.INeSoftware
|
||||
neSoftwareService *neService.NeSoftware // 网元软件包服务
|
||||
}
|
||||
|
||||
// 网元软件包列表
|
||||
|
||||
Reference in New Issue
Block a user