package
Version:
v0.1.23
Opens a new window with list of versions in this module.
Published: Jan 3, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 30
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func AuthMiddleware(secret string) fiber.Handler
type AuthClaims struct {
User string `json:"user"`
jwt.RegisteredClaims
}
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.