Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DoorData ¶
type DoorData struct {
//total number of trips to the door
Trips int
//parcels to the door
Parcels int
//accountables to the door
Accountables int
//misc to the door, w/o anything else to scan (assume nothing scanned on trip)
Misc int
//trips to the door to pickup packages
PickupEvents int
}
Time for taking things to the door. check walking and driveway sections for their respective times
Click to show internal directories.
Click to hide internal directories.