增加分布式更新方法

This commit is contained in:
2025-10-27 19:07:48 +08:00
parent 10c349b82f
commit c48c85f075
15 changed files with 345 additions and 112 deletions

View File

@@ -8,4 +8,5 @@ import (
_ "github.com/ayflying/p2p/internal/logic/os"
_ "github.com/ayflying/p2p/internal/logic/p2p"
_ "github.com/ayflying/p2p/internal/logic/s3"
_ "github.com/ayflying/p2p/internal/logic/system"
)