mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
IDs: string -> int
This commit is contained in:
@@ -8,7 +8,7 @@ type Akteure struct {
|
||||
}
|
||||
|
||||
type Akteur struct {
|
||||
ID string `xml:"ID"`
|
||||
ID int `xml:"ID"`
|
||||
Name string `xml:"NAME"`
|
||||
Körperschaft bool `xml:"ORGANISATION"`
|
||||
Beruf string `xml:"BERUF"`
|
||||
|
||||
Reference in New Issue
Block a user