diff 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
line wrap: on
line diff
--- a/pkg/imports/agm.go	Mon Aug 05 17:16:46 2019 +0200
+++ b/pkg/imports/agm.go	Mon Aug 05 17:45:03 2019 +0200
@@ -35,6 +35,9 @@
 	"gemma.intevation.de/gemma/pkg/models"
 )
 
+// ApprovedGaugeMeasurements is a Job to import
+// approved gauge measurements from a CVS file
+// into the database.
 type ApprovedGaugeMeasurements struct {
 	Dir        string `json:"dir"`
 	Originator string `json:"originator"`