Rename Module

This commit is contained in:
2025-03-24 10:01:47 +01:00
parent fa0679163f
commit 8d3dfb1457
11 changed files with 16 additions and 16 deletions

View File

@@ -18,8 +18,8 @@
package table
import (
"api-cds-search/cmd/database"
_ "embed"
"sap-cds-search/cmd/database"
)
type CDSView struct {

View File

@@ -18,8 +18,8 @@
package table
import (
"api-cds-search/cmd/database"
_ "embed"
"sap-cds-search/cmd/database"
)
type CDSViewField struct {

View File

@@ -18,8 +18,8 @@
package table
import (
"api-cds-search/cmd/database"
_ "embed"
"sap-cds-search/cmd/database"
)
type Keyword struct {