del: 移除网元软件安装接口

This commit is contained in:
TsMask
2024-05-10 09:46:41 +08:00
parent 6ed635e6fd
commit a5d107e486
3 changed files with 0 additions and 207 deletions

View File

@@ -27,7 +27,4 @@ type INeSoftware interface {
// UpdateVersions 更新软件包对应网元的新版本
UpdateVersions(neSoftware model.NeSoftware, neVersion model.NeVersion) int64
// InstallToNeHost 安装包上传到网元主机执行安装命令
InstallToNeHost(neSoftware model.NeSoftware, preinput map[string]string) (string, error)
}