diff options
Diffstat (limited to 'rhimport')
-rw-r--r-- | rhimport/core.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport/core.go b/rhimport/core.go index 6876113..1ee8c45 100644 --- a/rhimport/core.go +++ b/rhimport/core.go @@ -53,7 +53,7 @@ func init() { } type ProgressCB func(step int, stepName string, progress float64, userdata interface{}) bool -type DoneCB func(Result, interface{}) bool +type DoneCB func(result Result, userdata interface{}) bool type Result struct { ResponseCode int |