Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ComponentInfo ¶
type ComponentInfo struct {
InterfaceName string
InterfaceType string
PackagePath string
FileName string
FactoryFunc string
Layer Layer
}
ComponentInfo 组件信息
type ProjectInfo ¶
type ProjectInfo struct {
ModuleName string
PackagePath string
ConfigPath string
Layers map[Layer][]*ComponentInfo
}
ProjectInfo 项目信息
Click to show internal directories.
Click to hide internal directories.