more simpler + torty sectino

This commit is contained in:
bronkuu 2026-06-15 20:30:15 +02:00
parent a74c276cd3
commit 3b184c7c6f
10 changed files with 375 additions and 152 deletions

View file

@ -96,6 +96,21 @@ type CakeCount struct {
Amount int
}
type SpecialCakeWithOrder struct {
ID int
OrderID int
Name string
Price Price
Size string
Shape string
Flavour string
Notes string
Tags []Tag
ClientName string
ClientSurname string
OrderDate time.Time
}
type BlockedDate struct {
ID int
Date string