summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimport/core.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-05 14:24:49 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-05 14:24:49 (GMT)
commitf2e1ae7dc36e6894d5f8e1d5b512d6b5437d4f21 (patch)
tree20da85381e31e530eaf01536d29a77d00ba4b8bf /src/helsinki.at/rhimport/core.go
parent7506bd000e605d2f8c4f7069e1fbf9e6022e3e71 (diff)
minor refactoring
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