添加工具代码实现mysql 向elasticsearch迁移数据
parent
a46fe36696
commit
9fea690418
|
@ -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) {
|
||||
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
package model
|
||||
|
||||
|
||||
// 不同类型db之间进行缓存
|
Loading…
Reference in New Issue