comparison pkg/imports/agm.go @ 4178:51e90370eced

A few more doc strings to make 'golint' a little bit more happy with the imports package.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 05 Aug 2019 17:45:03 +0200
parents 8b75ac5e243e
children 59a99655f34d
comparison
equal deleted inserted replaced
4177:8b75ac5e243e 4178:51e90370eced
33 33
34 "gemma.intevation.de/gemma/pkg/common" 34 "gemma.intevation.de/gemma/pkg/common"
35 "gemma.intevation.de/gemma/pkg/models" 35 "gemma.intevation.de/gemma/pkg/models"
36 ) 36 )
37 37
38 // ApprovedGaugeMeasurements is a Job to import
39 // approved gauge measurements from a CVS file
40 // into the database.
38 type ApprovedGaugeMeasurements struct { 41 type ApprovedGaugeMeasurements struct {
39 Dir string `json:"dir"` 42 Dir string `json:"dir"`
40 Originator string `json:"originator"` 43 Originator string `json:"originator"`
41 } 44 }
42 45