di/registry/definition.go
crusader 274c05cbf0 ing
2017-12-05 19:02:41 +09:00

11 lines
152 B
Go

package registry
import "reflect"
type ComponentDefinition struct {
PkgName string
TypeName string
Type reflect.Type
RealType reflect.Type
}