package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Dec 24, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bean interface {
Name() string
}
接口所有可注入对象 Name 返回的的名字必须为类名 且类名不能重复
type Ioc struct {
ExprData map[string]interface{}
}
func (this *Ioc) ApplyAll()
func (this *Ioc) Config(cfgs ...interface{}) *Ioc
Source Files
¶
Click to show internal directories.
Click to hide internal directories.