添加工具代码实现mysql 向elasticsearch迁移数据
This commit is contained in:
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) {
|
||||
|
||||
}
|
||||
|
4
model/port.go
Normal file
4
model/port.go
Normal file
@ -0,0 +1,4 @@
|
||||
package model
|
||||
|
||||
|
||||
// 不同类型db之间进行缓存
|
Loading…
Reference in New Issue
Block a user