| 36 | } |
| 37 | |
| 38 | type ImporterFunc interface { |
| 39 | AddQuestion(ctx context.Context, questionInfo QuestionImporterInfo) (err error) |
| 40 | } |
| 41 | |
| 42 | var ( |
| 43 | // CallImporter is a function that calls all registered parsers |
nothing calls this directly
no outgoing calls
no test coverage detected