view pkg/models/surveys.go @ 812:98a7776100fb

Added end point lo list available surveys for a given bottleneck.
author Sascha Wilde <wilde@intevation.de>
date Thu, 27 Sep 2018 17:25:03 +0200
parents
children a244b18cb916
line wrap: on
line source

package models

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