moving handlers into service. adding website

This commit is contained in:
samantha42
2026-04-29 08:38:41 +02:00
parent 57ae3cfb06
commit 22c6a22373
18 changed files with 752 additions and 586 deletions

View File

@@ -6,6 +6,7 @@ type Company struct {
SharesOutstanding int
Price float64
CurrencyID int
CurrencyCode string
}
type CompanyInput struct {