Initial commit (code only without large binaries)
This commit is contained in:
6
EdgeAPI/internal/setup/sql_index.go
Normal file
6
EdgeAPI/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