view pkg/models/surveys.go @ 955:920fba3f593f

chore: upgrading packages to latest
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 16 Oct 2018 11:13:06 +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"`
	}
)