From 9172fb2f34e6d3bc605452ad169fcc3afcde4abd Mon Sep 17 00:00:00 2001 From: what Date: Tue, 7 May 2024 15:01:48 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E7=A7=BB=E9=99=A4=20OrmController=20I?= =?UTF-8?q?nit=20=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orm.go | 1 - 1 file changed, 1 deletion(-) diff --git a/orm.go b/orm.go index 6ccc217..8dc56f7 100644 --- a/orm.go +++ b/orm.go @@ -136,7 +136,6 @@ type ModelParam interface { } type OrmController interface { - Init() error AuthDB() ResAuthDB }