README ¶ kid-ioc A go runtime IoC framework Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func GetComponentByName(name string) *meta.Meta func GetComponents(options ...registry.Option) []*meta.Meta func Register(cs ...interface{}) func RemoveComponents(name string) func Run(ops ...SettingOption) (*App, error) func RunTest(t *testing.T, ops ...SettingOption) *App Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetComponentByName ¶ func GetComponentByName(name string) *meta.Meta func GetComponents ¶ func GetComponents(options ...registry.Option) []*meta.Meta func Register ¶ func Register(cs ...interface{}) func RemoveComponents ¶ func RemoveComponents(name string) func Run ¶ func Run(ops ...SettingOption) (*App, error) func RunTest ¶ func RunTest(t *testing.T, ops ...SettingOption) *App Types ¶ This section is empty. Source Files ¶ View all Source files global_registry.go run.go runtest.go Directories ¶ Show internal Expand all Path Synopsis app cmd kioc Module configure binder loader defination factory injector performance_analyst registry scanner meta syslog util draw fas list properties reflectx sync2 Click to show internal directories. Click to hide internal directories.