refactor: make logic to controller.maker

This commit is contained in:
zhaoyupeng
2025-11-24 23:04:40 +08:00
parent 27fa38aef0
commit 454e0639a0
29 changed files with 1026 additions and 757 deletions

View File

@@ -0,0 +1,8 @@
package controller
type installer struct {
}
func NewInstaller() *installer {
return &installer{}
}