package
Version:
v0.2.32
Opens a new window with list of versions in this module.
Published: Jan 15, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 35
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GroupItem struct {
Key string `json:"key"`
HoldHours float64 `json:"holdHours"`
TotalCost float64 `json:"totalCost"`
ProfitSum float64 `json:"profitSum"`
ProfitPct float64 `json:"profitPct"`
CloseNum int `json:"closeNum"`
WinNum int `json:"winNum"`
Orders []*ormo.InOutOrder `json:"-"`
}
type GroupSta struct {
*GroupItem
Nums []int `json:"nums"`
MinTime int64 `json:"minTime"`
MaxTime int64 `json:"maxTime"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.