Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Quotation ¶
type Quotation struct { ID string `db:"id"` CreatedAt time.Time `db:"created_at"` UpdatedAt *time.Time `db:"updated_at"` TotalPrice float64 `db:"total_price"` IsPurchased bool `db:"is_purchased"` PurchasedAt *time.Time `db:"purchased_at"` IsDelivered bool `db:"is_delivered"` DeliveredAt *time.Time `db:"delivered_at"` Products []QuoteProduct }
type QuoteProduct ¶
type ReadQuotationRepository ¶
Click to show internal directories.
Click to hide internal directories.