Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PromotionRule ¶
type PromotionRule struct {
mixin.Model[PromotionRule]
PromotionId string `json:"promotionId"`
Attribute string `json:"attribute"`
Operator string `json:"operator"`
// Values stored as JSON-encoded string in datastore
Values []string `json:"values" datastore:"-"`
Values_ string `json:"-" datastore:",noindex"`
}
func New ¶
func New(db *datastore.Datastore) *PromotionRule
Click to show internal directories.
Click to hide internal directories.