Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImpBackupService ¶
type ImpBackupService struct {
markup.Component `id:"DatabaseBackupService" class:""`
AppDataService service.AppDataService `inject:"#AppDataService"`
FilesysService service.FileSystemService `inject:"#FileSystemService"`
BackupDao dao.Backup `inject:"#wpm-database-backup-dao"`
}
ImpBackupService ...
type ImpBackupServiceDAO ¶
type ImpBackupServiceDAO struct {
markup.Component `id:"wpm-database-backup-dao" class:""`
Agent dbagent.GormDBAgent `inject:"#GormDBAgent"`
}
ImpBackupServiceDAO ...
type WpmBackupController ¶ added in v0.1.0
type WpmBackupController struct {
markup.Component `id:"" class:"rest-controller"`
BackupService service.DatabaseBackupService `inject:"#DatabaseBackupService"`
Responder glass.MainResponder `inject:"#glass-main-responder"`
}
WpmBackupController ...
func (*WpmBackupController) Init ¶ added in v0.1.0
func (inst *WpmBackupController) Init(ec glass.EngineConnection) error
Init 初始化
Click to show internal directories.
Click to hide internal directories.