mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-05 17:40:24 +08:00
修改SQL对比算法
This commit is contained in:
6
internal/setup/sql_index.go
Normal file
6
internal/setup/sql_index.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package setup
|
||||
|
||||
type SQLIndex struct {
|
||||
Name string `json:"name"`
|
||||
Definition string `json:"definition"`
|
||||
}
|
||||
Reference in New Issue
Block a user