From 9fea6904183762e3e57cd3470023d7425c64d57c Mon Sep 17 00:00:00 2001 From: a7458969 <290198252@qq.com> Date: Thu, 30 Apr 2020 01:52:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=A5=E5=85=B7=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=AE=9E=E7=8E=B0mysql=20=E5=90=91elasticsearch?= =?UTF-8?q?=E8=BF=81=E7=A7=BB=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/file.go | 1 + model/port.go | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 model/port.go diff --git a/controller/file.go b/controller/file.go index 50aa510..12ddcac 100644 --- a/controller/file.go +++ b/controller/file.go @@ -81,6 +81,7 @@ func (this *FileController) FileList(c *gin.Context) { func (this *FileController) FileType(c *gin.Context) { } + func (this *FileController) DownloadFile(c *gin.Context) { } diff --git a/model/port.go b/model/port.go new file mode 100644 index 0000000..ad624af --- /dev/null +++ b/model/port.go @@ -0,0 +1,4 @@ +package model + + +// 不同类型db之间进行缓存 \ No newline at end of file