created test for create product
This commit is contained in:
parent
e8775bda64
commit
a042866e86
4 changed files with 51 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue