From f8a11598db60c096f24adeb2e19dd026dd2dbdc5 Mon Sep 17 00:00:00 2001 From: what Date: Thu, 9 May 2024 11:39:36 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E7=B1=BB=E5=9E=8B=E8=B0=83=E6=95=B4?= =?UTF-8?q?=20int=20=3D>=20byte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource.go b/resource.go index b2590be..117a92d 100644 --- a/resource.go +++ b/resource.go @@ -76,7 +76,7 @@ type ResField interface { ToStructField(tags ...string) reflect.StructField ToValue(any) any ToBlueprint(table *schema.Blueprint) *schema.ColumnDefinition - ToQueryField(t RouteParamType, alias string, options int) QueryField + ToQueryField(t RouteParamType, alias string, options byte) QueryField } type QueryField interface {