ReportResult reports the result of the previously allowed operation. nil indicates a success, non-nil error usually indicates a failure.
(result error)
| 42 | // ReportResult reports the result of the previously allowed operation. |
| 43 | // nil indicates a success, non-nil error usually indicates a failure. |
| 44 | ReportResult(result error) |
| 45 | } |
| 46 | |
| 47 | // Options keeps the settings to set up redis connection. |
no outgoing calls
no test coverage detected