Documentation
¶
Index ¶
- type Context
- type ImpSetupService
- func (inst *ImpSetupService) Apply(ctx context.Context, items []*dto.Setup) error
- func (inst *ImpSetupService) IsSetupReqiured(ctx context.Context) (bool, error)
- func (inst *ImpSetupService) ListAll(ctx context.Context) ([]*dto.Setup, error)
- func (inst *ImpSetupService) SkipAll(ctx context.Context) error
- type WpmSetupController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
StartAt util.Time
AppDataService service.AppDataService
FileSystemService service.FileSystemService
ExecutableImportService service.ExecutableImportService
MediaService service.MediaService
ProjectTypeImportService service.ProjectTypeImportService
SettingService service.SettingService
IntentTemplateService service.IntentTemplateService
SoftwarePackageService service.SoftwarePackageService
DatabaseBackupService service.DatabaseBackupService
}
Context ...
type ImpSetupService ¶
type ImpSetupService struct {
markup.Component `id:"SetupService"`
AppDataService service.AppDataService `inject:"#AppDataService"`
FileSystemService service.FileSystemService `inject:"#FileSystemService"`
ExecutableService service.ExecutableService `inject:"#ExecutableService"`
ExecutableImportService service.ExecutableImportService `inject:"#ExecutableImportService"`
IntentTemplateService service.IntentTemplateService `inject:"#IntentTemplateService"`
MediaService service.MediaService `inject:"#MediaService"`
ProjectTypeImportService service.ProjectTypeImportService `inject:"#ProjectTypeImportService"`
SettingService service.SettingService `inject:"#SettingService"`
SoftwarePackageService service.SoftwarePackageService `inject:"#SoftwarePackageService"`
DatabaseBackupService service.DatabaseBackupService `inject:"#DatabaseBackupService"`
// contains filtered or unexported fields
}
ImpSetupService ...
func (*ImpSetupService) IsSetupReqiured ¶
func (inst *ImpSetupService) IsSetupReqiured(ctx context.Context) (bool, error)
IsSetupReqiured ...
type WpmSetupController ¶
type WpmSetupController struct {
markup.Component `class:"rest-controller"`
Responder glass.MainResponder `inject:"#glass-main-responder"`
SetupService service.SetupService `inject:"#SetupService"`
}
WpmSetupController ...
func (*WpmSetupController) Init ¶
func (inst *WpmSetupController) Init(ec glass.EngineConnection) error
Init ...
Click to show internal directories.
Click to hide internal directories.