Added a default bind case for Go types that look like objects
Some checks failed
Test / build (push) Failing after 1m8s
Some checks failed
Test / build (push) Failing after 1m8s
This commit is contained in:
parent
f79e91e26d
commit
1173d163f5
|
@ -165,7 +165,7 @@ func (ca CallArgs) bindArg(v interface{}, arg Object) error {
|
||||||
return bindProxyObject(v, t.v)
|
return bindProxyObject(v, t.v)
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return bindProxyObject(v, reflect.ValueOf(arg))
|
||||||
}
|
}
|
||||||
|
|
||||||
func canBindArg(v interface{}, arg Object) bool {
|
func canBindArg(v interface{}, arg Object) bool {
|
||||||
|
|
Loading…
Reference in a new issue