summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimport/core.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/helsinki.at/rhimport/core.go')
-rw-r--r--src/helsinki.at/rhimport/core.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helsinki.at/rhimport/core.go b/src/helsinki.at/rhimport/core.go
index 58633d8..f74f422 100644
--- a/src/helsinki.at/rhimport/core.go
+++ b/src/helsinki.at/rhimport/core.go
@@ -52,6 +52,7 @@ func init() {
}
type ImportProgressCB func(step int, stepName string, progress float64, userdata interface{}) bool
+type ImportDoneCB func(ImportResult, interface{}) bool
type ImportContext struct {
conf *Config