comparison pkg/imports/dma.go @ 4152:78ec61acf72e

Made 'golint' happier with imports package.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 02 Aug 2019 12:00:15 +0200
parents 4acbee65275d
children 8b75ac5e243e
comparison
equal deleted inserted replaced
4151:d12c2f4d3483 4152:78ec61acf72e
23 "time" 23 "time"
24 24
25 "gemma.intevation.de/gemma/pkg/wfs" 25 "gemma.intevation.de/gemma/pkg/wfs"
26 ) 26 )
27 27
28 // FairwayDimension is an import job to import 28 // DistanceMarksAshore is an import job to import
29 // the fairway dimensions in form of polygon geometries 29 // the distance marks ashore in form of point geometries
30 // and attribute data from a WFS service. 30 // and attribute data from a WFS service.
31 type DistanceMarksAshore struct { 31 type DistanceMarksAshore struct {
32 // URL the GetCapabilities URL of the WFS service. 32 // URL the GetCapabilities URL of the WFS service.
33 URL string `json:"url"` 33 URL string `json:"url"`
34 // FeatureType selects the feature type of the WFS service. 34 // FeatureType selects the feature type of the WFS service.