package
Version:
v1.12.1
Opens a new window with list of versions in this module.
Published: Feb 22, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Discount struct {
Name string
Percent int
}
type Env struct {
Products []Product `expr:"products"`
Customers []Customer `expr:"customers"`
Discounts []Discount `expr:"discounts"`
Orders []Order `expr:"orders"`
}
type OrderItem struct {
Product Product
Quantity int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.