view pkg/models/common.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 794592cad75a
children a244b18cb916
line wrap: on
line source

package models

import "errors"

var (
	errNoString    = errors.New("Not a string")
	errNoByteSlice = errors.New("Not a byte slice")
)