Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
markup.Component `id:"" class:"rest-controller"`
BackupService service.DatabaseBackupService `inject:"#DatabaseBackupService"`
Responder glass.MainResponder `inject:"#glass-main-responder"`
}
Controller ...
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 ...
Click to show internal directories.
Click to hide internal directories.