去掉本地的更新逻辑,是有分离后的更新库

This commit is contained in:
2025-10-31 15:50:59 +08:00
parent 8b943b0cca
commit 22b4402737
8 changed files with 1 additions and 567 deletions

View File

@@ -4,12 +4,4 @@
package system
import (
"github.com/ayflying/p2p/api/system"
)
type ControllerV1 struct{}
func NewV1() system.ISystemV1 {
return &ControllerV1{}
}