feat: 网元配置文件复制到网元端覆盖函数功能实现
This commit is contained in:
@@ -22,6 +22,9 @@ type INeConfigBackup interface {
|
||||
// DeleteByIds 批量删除信息
|
||||
DeleteByIds(ids []string) (int64, error)
|
||||
|
||||
// NeConfigFileToLocal 网元备份文件到本地
|
||||
NeConfigFileToLocal(neInfo model.NeInfo) (string, error)
|
||||
// NeConfigLocalToNe 网元配置文件复制到网元端覆盖
|
||||
NeConfigLocalToNe(neInfo model.NeInfo, localFile string) error
|
||||
|
||||
// NeConfigNeToLocal 网元备份文件网元端复制到本地
|
||||
NeConfigNeToLocal(neInfo model.NeInfo) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user