feat: 网元配置文件备份文件到本地打zip压缩包

This commit is contained in:
TsMask
2024-07-23 16:57:31 +08:00
parent d09edf9960
commit 831b2e2eac
2 changed files with 51 additions and 0 deletions

View File

@@ -21,4 +21,7 @@ type INeConfigBackup interface {
// DeleteByIds 批量删除信息
DeleteByIds(ids []string) (int64, error)
// NeConfigFileToLocal 网元备份文件到本地
NeConfigFileToLocal(neInfo model.NeInfo) (string, error)
}