Update service.go

This commit is contained in:
opbnq-q
2025-02-21 22:22:15 +07:00
committed by GitHub
parent 8e182c62b0
commit b40508ebad

View File

@@ -16,7 +16,7 @@ func GenerateService(structName, mkPath string) {
} }
defer serviceFile.Close() defer serviceFile.Close()
_, err = serviceFile.WriteString(fmt.Sprintf( _, err = serviceFile.WriteString(fmt.Sprintf(
`import { GetAll, Create, Delete, ExportToExcel, GetById, Update, Count } from "%s" `import { GetAll, Create, Delete, GetById, Update, Count } from "%s"
import type { %s } from "%s" import type { %s } from "%s"
import type { IService } from "%s" import type { IService } from "%s"