view pkg/models/search.go @ 777:f27bfc57143b

merge
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 26 Sep 2018 12:44:22 +0200
parents fdff2de616ad
children a244b18cb916
line wrap: on
line source

package models

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