public

package
v1.2.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2022 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Order

type Order struct {
	ID            primitive.ObjectID `json:"id"`
	OrderID       string             `json:"orderId"`
	OrderNumber   string             `json:"orderNumber"`
	InvoiceNumber string             `json:"invoiceNumber"`
	Address       string             `json:"address"`
	AddressLine2  string             `json:"addressLine2"`
	DeliveryDate  string             `json:"deliveryDate"`
	DeliveryTime  string             `json:"deliveryTime"`
	Status        admin.OrderStatus  `json:"status"`
	Printed       bool               `json:"printed"`
	CreatedAt     time.Time          `json:"createdAt"`
	GroupKey      string             `json:"groupKey"`
	GroupPosition int                `json:"groupPosition"`
	DriverName    string             `json:"driverName"`
	Invoice       string             `json:"invoice"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL