From f00b993f9c7dc282ac3f1eec81a71637e3c537a8 Mon Sep 17 00:00:00 2001 From: what Date: Thu, 9 May 2024 11:13:32 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E7=A7=BB=E9=99=A4=20GetResource,=20?= =?UTF-8?q?=E7=94=B1=20git.fsdpf.net/go/contracts=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/resource.go b/resource.go index 368426f..cdf8401 100644 --- a/resource.go +++ b/resource.go @@ -91,6 +91,3 @@ type QueryField interface { ToSql() db.Expression ToStructField(tags ...string) reflect.StructField } - -// 资源 -type GetResource func(code string) (Resource, bool)