Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry interface { Register(cs ...interface{}) GetComponents() []*meta.Meta GetComponentByName(name string) *meta.Meta GetBeansByInterfaceType(typ reflect.Type) []*meta.Meta GetBeansByInterface(a interface{}) []*meta.Meta RemoveComponents(name string) ComponentInited(name string) IsComponentInited(name string) bool }
func NewRegistry ¶
func NewRegistry() Registry
Click to show internal directories.
Click to hide internal directories.