()
| 20 | } |
| 21 | |
| 22 | func (decl *WshRpcMethodDecl) GetCommandDataTypes() []reflect.Type { |
| 23 | return decl.CommandDataTypes |
| 24 | } |
| 25 | |
| 26 | var contextRType = reflect.TypeOf((*context.Context)(nil)).Elem() |
| 27 | var wshRpcInterfaceRType = reflect.TypeOf((*WshRpcInterface)(nil)).Elem() |
no outgoing calls