1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-15 23:54:17 +02:00

add send notify function

This commit is contained in:
LinkLeong
2022-09-08 10:55:20 +01:00
committed by Tiger Wang
parent 466350dd21
commit d14381e6a2
11 changed files with 202 additions and 18 deletions

View File

@ -80,6 +80,7 @@ func main() {
migrationTools := []interfaces.MigrationTool{
NewMigrationToolFor_035(),
NewMigrationToolFor_036(),
}
var selectedMigrationTool interfaces.MigrationTool