QueryExecutor is an autogenerated mock type for the QueryExecutor type
| 7 | |
| 8 | // QueryExecutor is an autogenerated mock type for the QueryExecutor type |
| 9 | type QueryExecutor struct { |
| 10 | mock.Mock |
| 11 | } |
| 12 | |
| 13 | // Execute provides a mock function with given fields: ctx, namespace, sqlQuery, w |
| 14 | func (_m *QueryExecutor) Execute(ctx context.Context, namespace string, sqlQuery string, w http.ResponseWriter) error { |
nothing calls this directly
no outgoing calls
no test coverage detected