view pkg/models/surveys.go @ 961:a4c92e0ef2e1

Stored point cloud and bounding area of sounding result in database. WIP.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 17 Oct 2018 13:41:49 +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"`
	}
)