Typ zur Unterscheidung der Daten hinzugefügt.

This commit is contained in:
Marco Kittel 2025-06-29 18:02:14 +02:00
parent 3a0cfb2966
commit 3393adf5f8
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ type filedata struct {
// Daten über Channel aus der Goroutine ausführen. CounterID stellt sicher, dass das Herkunftsland der Daten bekannt ist.
type CountryCsvData struct {
CountryID string
Type string
Data []string
}