refactor: make logic to controller.maker
This commit is contained in:
8
internal/controller/installer/installer.go
Normal file
8
internal/controller/installer/installer.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package controller
|
||||
|
||||
type installer struct {
|
||||
}
|
||||
|
||||
func NewInstaller() *installer {
|
||||
return &installer{}
|
||||
}
|
||||
Reference in New Issue
Block a user