view pkg/models/search.go @ 930:71445b091415

Remove obsolete comments
author Tom Gottfried <tom@intevation.de>
date Mon, 08 Oct 2018 14:41:56 +0200
parents fdff2de616ad
children a244b18cb916
line wrap: on
line source

package models

type (
	SearchRequest struct {
		SearchString string `json:"string"`
	}
)