view pkg/models/surveys.go @ 989:da19c68e36ba

Typo fix.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 20 Oct 2018 19:27:33 +0200
parents 98a7776100fb
children a244b18cb916
line wrap: on
line source

package models

type (
	Survey struct {
		BottleneckId string `json:"bottleneck_id"`
		DateInfo     string `json:"date_info"`
	}
)