Removed uneccessary suffixes

This commit is contained in:
PB
2025-10-21 14:03:13 +02:00
parent 44ac85bed7
commit 0ae9fd4c99
5 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ package catalog
import "github.com/jackc/pgtype"
type ProductEntity struct {
type Product struct {
ID int `db:"id"`
PID string `db:"pid"`
Name string `db:"name"`