Documentation
¶
Index ¶
- type Builder
- type Chain
- type Injector
- type Invoker
- type Squirt
- func (squirt *Squirt) Copy() *Squirt
- func (squirt *Squirt) Creator(typo Type, creator interface{}) *Squirt
- func (squirt *Squirt) Creators(creators ...interface{}) *Squirt
- func (squirt *Squirt) Error() error
- func (squirt *Squirt) Handle(handler interface{}, args ...interface{}) (Invoker, error)
- func (squirt *Squirt) Params(params ...interface{}) *Squirt
- func (squirt *Squirt) UnknownArgs(handler interface{}, params ...interface{}) ([]Type, error)
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Invoker ¶
type Invoker func(params ...interface{}) (arguments []interface{}, result []reflect.Value, err error)
依赖注入接口
Click to show internal directories.
Click to hide internal directories.