StatusReporter is the interface status providers must implement.
| 101 | |
| 102 | // StatusReporter is the interface status providers must implement. |
| 103 | type StatusReporter interface { |
| 104 | Stats() (map[string]any, error) |
| 105 | } |
| 106 | |
| 107 | // DBResults stores either an Execute result, a Query result, or |
| 108 | // an ExecuteQuery result. |
nothing calls this directly
no outgoing calls
no test coverage detected