view pkg/models/search.go @ 892:81b84ad962f8

morphtool streamlined
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 02 Oct 2018 14:34:57 +0200
parents fdff2de616ad
children a244b18cb916
line wrap: on
line source

package models

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