feat: 网元配置文件备份文件到本地打zip压缩包
This commit is contained in:
@@ -21,4 +21,7 @@ type INeConfigBackup interface {
|
||||
|
||||
// DeleteByIds 批量删除信息
|
||||
DeleteByIds(ids []string) (int64, error)
|
||||
|
||||
// NeConfigFileToLocal 网元备份文件到本地
|
||||
NeConfigFileToLocal(neInfo model.NeInfo) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user