summaryrefslogtreecommitdiff
path: root/importer.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-05 14:33:38 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-05 14:33:38 (GMT)
commit674db099c02dcbf39a336fa81b01deac3cc668ef (patch)
treee4e34b285dc6ff234b01fa19cca09f8a0e0d2e2a /importer.go
parent6648578c53782af4334bb6e44b231d2cd7e22aa4 (diff)
replaces FetchResult by ImportResult
Diffstat (limited to 'importer.go')
-rw-r--r--importer.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/importer.go b/importer.go
index e4f979f..4a0bece 100644
--- a/importer.go
+++ b/importer.go
@@ -35,13 +35,6 @@ import (
"path"
)
-type ImportResult struct {
- ResponseCode int
- ErrorString string
- Cart uint
- Cut uint
-}
-
func (self *ImportResult) fromRDWebResult(rdres *RDWebResult) {
self.ResponseCode = rdres.ResponseCode
self.ErrorString = rdres.ErrorString