Files
EdgeAPI/internal/setup/sql_index.go

7 lines
112 B
Go
Raw Permalink Normal View History

2020-11-16 23:30:47 +08:00
package setup
type SQLIndex struct {
Name string `json:"name"`
Definition string `json:"definition"`
}