view pkg/models/search.go @ 955:920fba3f593f

chore: upgrading packages to latest
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 16 Oct 2018 11:13:06 +0200
parents fdff2de616ad
children a244b18cb916
line wrap: on
line source

package models

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