comparison pkg/imports/report.go @ 5365:74bae79de83e extented-report

Fixed name spelling in report import.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 23 Jun 2021 12:05:05 +0200
parents 2ec8a34ae683
children 4d126cf58fbc
comparison
equal deleted inserted replaced
5364:1adbd6a5f849 5365:74bae79de83e
36 "github.com/360EntSecGroup-Skylar/excelize/v2" 36 "github.com/360EntSecGroup-Skylar/excelize/v2"
37 ) 37 )
38 38
39 type Report struct { 39 type Report struct {
40 models.QueueConfigurationType 40 models.QueueConfigurationType
41 Name string `json:"Name"` 41 Name string `json:"name"`
42 } 42 }
43 43
44 const ReportJobKind JobKind = "report" 44 const ReportJobKind JobKind = "report"
45 45
46 type reportJobCreator struct{} 46 type reportJobCreator struct{}