ing
This commit is contained in:
parent
878c1feada
commit
5de5aa30e3
|
@ -112,7 +112,12 @@ func (cr *defaultComponentRegistry) GetInstance(t reflect.Type) (interface{}, er
|
|||
}
|
||||
}
|
||||
|
||||
log.Printf("%v", td)
|
||||
v := reflect.New(rt)
|
||||
i := v.Interface()
|
||||
|
||||
for f, fd := range td.Fields {
|
||||
|
||||
}
|
||||
|
||||
return nil, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user