ExecuteScriptRaw executes a script but does not perform JSON decoding.
(script string, args []interface{})
| 354 | |
| 355 | // ExecuteScriptRaw executes a script but does not perform JSON decoding. |
| 356 | ExecuteScriptRaw(script string, args []interface{}) ([]byte, error) |
| 357 | // ExecuteScriptAsyncRaw asynchronously executes a script but does not |
| 358 | // perform JSON decoding. |
| 359 | ExecuteScriptAsyncRaw(script string, args []interface{}) ([]byte, error) |
nothing calls this directly
no outgoing calls
no test coverage detected