Typ zur Unterscheidung der Daten hinzugefügt.
This commit is contained in:
parent
3a0cfb2966
commit
3393adf5f8
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue