autocomplete refactor

This commit is contained in:
sindhu
2024-05-14 08:57:03 +07:00
parent 93186320d7
commit a99342edc7
8 changed files with 416 additions and 367 deletions

View File

@@ -0,0 +1,5 @@
package models
type AutoComplete struct {
Name string `json:"name"`
}