添加工具代码实现mysql 向elasticsearch迁移数据

master
a7458969 2020-04-30 01:52:35 +08:00
parent a46fe36696
commit 9fea690418
2 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,7 @@ func (this *FileController) FileList(c *gin.Context) {
func (this *FileController) FileType(c *gin.Context) { func (this *FileController) FileType(c *gin.Context) {
} }
func (this *FileController) DownloadFile(c *gin.Context) { func (this *FileController) DownloadFile(c *gin.Context) {
} }

4
model/port.go Normal file
View File

@ -0,0 +1,4 @@
package model
// 不同类型db之间进行缓存