Versions in this module Expand all Collapse all v0 v0.2.2 Jan 26, 2024 Changes in this version + func InterfaceOf(value interface{}) reflect.Type + func IsFastInvoker(handler interface{}) bool + type Applicator interface + Apply func(interface{}) error + type FastInvoker interface + Invoke func([]interface{}) ([]reflect.Value, error) + type Injector interface + SetParent func(Injector) + func New() Injector + type Invoker interface + Invoke func(interface{}) ([]reflect.Value, error) + type TypeMapper interface + Map func(...interface{}) TypeMapper + MapTo func(interface{}, interface{}) TypeMapper + Set func(reflect.Type, reflect.Value) TypeMapper + Value func(reflect.Type) reflect.Value