(reqinfo *RequestInfo, runtime *RuntimeInfo)
| 138 | } |
| 139 | |
| 140 | func (s *RuntimeClient) invokeCleanup(reqinfo *RequestInfo, runtime *RuntimeInfo) { |
| 141 | runtime.InvokeDone(reqinfo, false) |
| 142 | } |
| 143 | |
| 144 | func (s *RuntimeClient) InvokeFunction(input *InvocationInput) (output *InvocationOutput) { |
| 145 | var errorMessage string |
no test coverage detected