feat: 🎉 complete maker nginx(app)
This commit is contained in:
15
internal/controller/installer/installer.check.go
Normal file
15
internal/controller/installer/installer.check.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package installer
|
||||
|
||||
import "context"
|
||||
|
||||
func (i *installer) Check(ctx context.Context) error {
|
||||
var (
|
||||
err error
|
||||
)
|
||||
|
||||
if err = i.targetOK(ctx); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user