diff pkg/models/diff.go @ 5601:1222b777f51f

Made golint finally happy.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 06 Aug 2022 02:09:57 +0200
parents c4242b9d59fe
children
line wrap: on
line diff
--- a/pkg/models/diff.go	Sat Aug 06 00:46:21 2022 +0200
+++ b/pkg/models/diff.go	Sat Aug 06 02:09:57 2022 +0200
@@ -13,6 +13,9 @@
 
 package models
 
+// DiffCalculationInput is used to calculate
+// the difference of the sounding results at
+// the same bottlenec at different times.
 type DiffCalculationInput struct {
 	Minuend    Date   `json:"minuend"`
 	Subtrahend Date   `json:"subtrahend"`