Documentation ¶
Index ¶
Constants ¶
View Source
const ContainerImportType compcont.ComponentType = "std.container-import"
View Source
const InlineContainerType compcont.ComponentType = "std.container-inline"
Variables ¶
This section is empty.
Functions ¶
func MustRegisterContainerImport ¶
func MustRegisterContainerImport(r compcont.IFactoryRegistry)
func MustRegisterContainerInline ¶
func MustRegisterContainerInline(r compcont.IFactoryRegistry)
Types ¶
type ContainerImportConfig ¶
type ContainerImportConfig struct {
FromFile string `ccf:"from_file"` // 从外部文件导入配置
}
type ContainerInlineConfig ¶
type ContainerInlineConfig struct {
Components []compcont.ComponentConfig `ccf:"components"`
}
type ImportFileConfig ¶
type ImportFileConfig map[string]compcont.ComponentConfig
Click to show internal directories.
Click to hide internal directories.