Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImpAppRuntimeService ¶
type ImpAppRuntimeService struct { markup.Component `id:"AppRuntimeService" class:"life"` FileSystemService service.FileSystemService `inject:"#FileSystemService"` AppDataService service.AppDataService `inject:"#AppDataService"` MediaService service.MediaService `inject:"#MediaService"` EnableBackupSelf bool `inject:"${wpm.options.backup-this-exe}"` // contains filtered or unexported fields }
ImpAppRuntimeService ...
func (*ImpAppRuntimeService) GetAppHash ¶
func (inst *ImpAppRuntimeService) GetAppHash() (util.Hex, error)
GetAppHash 取当前 exe 文件的 sha-256
func (*ImpAppRuntimeService) GetLifeRegistration ¶
func (inst *ImpAppRuntimeService) GetLifeRegistration() *application.LifeRegistration
GetLifeRegistration ...
func (*ImpAppRuntimeService) ReadStartupLogs ¶
func (inst *ImpAppRuntimeService) ReadStartupLogs() (*backup.StartupVO, error)
ReadStartupLogs ...
Click to show internal directories.
Click to hide internal directories.