MCPcopy
hub / github.com/apache/answer / ImporterFunc

Interface ImporterFunc

plugin/importer.go:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 4

QuestionControllerinternal/controller/question_controlle
ImporterFuncinternal/service/importer/importer_ser
QuestionServiceinternal/service/content/question_serv
questionRepointernal/repo/question/question_repo.g

Calls

no outgoing calls

Tested by

no test coverage detected