feat: 网元软件接口安装接口
This commit is contained in:
@@ -24,4 +24,7 @@ type INeSoftware interface {
|
||||
|
||||
// CheckUniqueTypeAndFileNameAndVersion 校验网元类型和文件名版本是否唯一
|
||||
CheckUniqueTypeAndFileNameAndVersion(neType, fileName, version, id string) bool
|
||||
|
||||
// Install 安装软件包
|
||||
Install(neSoftware model.NeSoftware) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user