Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchesSale ¶
type BranchesSaleReq ¶
type CashtryReq ¶
type CashtryStores ¶
type MonthlySales ¶
type MonthlySalesReq ¶
type MonthlySalesReq struct {
Year uint `json:"Year"`
}
type Server ¶
type Server struct { gorm.Model DbUser string `gorm:"not null;unique" json:"DbUser"` DbPassword string `gorm:"not null" json:"DbPassword"` DbIP string `gorm:"not null;unique" json:"DbIP"` DbName string `gorm:"not null;unique" json:"DbName"` ServerName string `gorm:"not null;unique" json:"ServerName"` Users []User }
type TopsaleReq ¶
Click to show internal directories.
Click to hide internal directories.