| 54 | } |
| 55 | |
| 56 | type storage struct { |
| 57 | backend tstorage.Storage |
| 58 | } |
| 59 | |
| 60 | // Insert writes the given result to the backend storage. |
| 61 | // The unit of value will be converted in milliseconds. |
nothing calls this directly
no outgoing calls
no test coverage detected