refactor: pull and push proxy

This commit is contained in:
langhuihui
2025-04-13 23:05:36 +08:00
parent 122a91a9b8
commit 45479b41b5
24 changed files with 330 additions and 273 deletions

View File

@@ -33,7 +33,7 @@ type (
GetPullJob() *PullJob
}
Puller = func(config.Pull) IPuller
PullerFactory = func(config.Pull) IPuller
PullJob struct {
Connection