boot

package
v0.1.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InfoLoader

type InfoLoader struct {
	markup.Component `class:"life"`

	AC application.Context `inject:"context"`

	DoBackupExe     bool `inject:"${wpm.options.backup-this-exe}"` // 是否备份当前EXE
	DoDebug         bool `inject:"${wpm.options.debug}"`           // 是否启用调试模式
	DoDump          bool `inject:"${wpm.options.dump}"`            // 是否备份转存数据
	DoLogOptions    bool `inject:"${wpm.options.log-options}"`     // 是否打印显示启动选项
	DoLogProps      bool `inject:"${wpm.options.log-properties}"`  // 是否打印显示属性列表
	DoRunWithGUI    bool `inject:"${wpm.options.run-with-gui}"`    // 是否显示图形界面
	DoRunWithServer bool `inject:"${wpm.options.run-with-server}"` // 是否启动后台服务
}

InfoLoader ... 预先加载配置信息

func (*InfoLoader) GetLifeRegistration

func (inst *InfoLoader) GetLifeRegistration() *application.LifeRegistration

GetLifeRegistration ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL