container

package module
v0.0.0-...-d3ba17d Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

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

Jump to

Keyboard shortcuts

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