diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-01-05 14:33:38 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-01-05 14:33:38 (GMT) |
commit | f390aaa79bef626f69ced73b3eeb1f1ffea93c6d (patch) | |
tree | f8ec04c2a7a7e7485c7541f2a3c108adbdcee084 /src/helsinki.at/rhimport/importer.go | |
parent | f2e1ae7dc36e6894d5f8e1d5b512d6b5437d4f21 (diff) |
replaces FetchResult by ImportResult
Diffstat (limited to 'src/helsinki.at/rhimport/importer.go')
-rw-r--r-- | src/helsinki.at/rhimport/importer.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/helsinki.at/rhimport/importer.go b/src/helsinki.at/rhimport/importer.go index e4f979f..4a0bece 100644 --- a/src/helsinki.at/rhimport/importer.go +++ b/src/helsinki.at/rhimport/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 |