Documentation
¶
Index ¶
- Constants
- func CEF(targetFileName string) (data []byte, err error)
- func ENERGY(targetFileName string) (data []byte, err error)
- func ExtractCEF(enable bool, fn func(message string))
- func ExtractENERGY(enable bool, fn func(message string))
- func ExtractFrameworks(fn func(message string), ok func())
- func ExtractLCL(enable bool, fn func(message string))
- func ExtractLibrary() string
- func ExtractWV(enable bool, fn func(message string))
- func LCL(targetFileName string) (data []byte, err error)
- func WV(targetFileName string) (data []byte, err error)
Constants ¶
View Source
const ( EnableLCL = true EnableCEF = true EnableWV = true EnableENERGY = true )
启用的模块依赖配置
Variables ¶
This section is empty.
Functions ¶
func ExtractCEF ¶
ExtractCEF 根据enable参数决定是否执行 CEF 库提取操作
func ExtractENERGY ¶
ExtractENERGY 根据enable参数决定是否执行 energy 库提取操作
func ExtractFrameworks ¶
func ExtractFrameworks(fn func(message string), ok func())
ExtractFrameworks 提取所有启用的框架 该函数会根据启用的标志位,依次提取LCL、CEF和WV框架
func ExtractLCL ¶
ExtractLCL 根据enable参数决定是否执行 LCL 库提取操作
func ExtractLibrary ¶
func ExtractLibrary() string
ExtractLibrary 解压设计器运行时库 libenergy 这个函数作为解压过程的入口点
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.