Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InterfaceOf ¶
Types ¶
type Applicator ¶
type Applicator interface {
Apply(interface{}) error
}
type Injector ¶
type Injector interface {
Applicator
Invoker
TypeMapper
SetParent(Injector)
}
type TypeMapper ¶
type TypeMapper interface {
Map(interface{}) TypeMapper
MapTo(interface{}, interface{}) TypeMapper
Set(reflect.Type, reflect.Value) TypeMapper
Get(reflect.Type) reflect.Value
}
Click to show internal directories.
Click to hide internal directories.