created test for create product

This commit is contained in:
Leyla Becker 2025-04-21 19:43:16 -05:00
parent e8775bda64
commit a042866e86
4 changed files with 51 additions and 6 deletions

View file

@ -35,6 +35,10 @@ const (
IngredientsList
)
type IngredientsListEvidence struct {
Ingredients string
}
type ClusterType int
const (
@ -62,7 +66,7 @@ type ProductClaims struct {
type UserClaimForm struct {
Evidence_type EvidenceType
Evidence struct{}
Evidence interface{}
Claims []ClaimType
Counterclaims []ClaimType
Created_by string