This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
from 9f912b38 refactor(utils): Refactor plugin registration in Plugins class
new 4c9e37fa Add importer plugin type
new 5aad9e95 Add importer service
new 73c7a229 Fix importer
new 2fd6ac37 Fix err
new 1e82b043 Fix line87
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
cmd/wire_gen.go | 4 +-
internal/service/importer/importer_service.go | 172 +++++++++++++++++++++
.../service/plugin_common/plugin_common_service.go | 8 +
plugin/{cache.go => importer.go} | 106 +++++++------
plugin/plugin.go | 4 +
5 files changed, 249 insertions(+), 45 deletions(-)
create mode 100644 internal/service/importer/importer_service.go
copy plugin/{cache.go => importer.go} (50%)