diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-01-15 02:07:10 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-01-15 02:07:10 (GMT) |
commit | 0065196d2ea950052b0cde65d2f0334ddfddbb80 (patch) | |
tree | 6781cbd23ca85b1f465b156b7ca4340bf621f710 /rhimport | |
parent | 44f927c4ff2e2e310f6f86b1baf7e65206141064 (diff) |
player now constructs update messages
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 |