Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶ added in v1.2.0
func FuncNameAndResult ¶ added in v1.2.0
func InterfaceType ¶ added in v1.2.0
type Registry ¶
type Registry interface { Register(cs ...any) SetScanner(scanner scanner.Scanner) SetExtraTags(tags ...string) Scan() GetComponents(opts ...Option) []*meta.Meta GetComponentByName(name string) *meta.Meta RemoveComponents(name string) ComponentInited(name string) IsComponentInited(name string) bool }
func GlobalRegistry ¶ added in v1.2.4
func GlobalRegistry() Registry
func NewRegistry ¶
func NewRegistry() Registry
Click to show internal directories.
Click to hide internal directories.