First implementation of probo server component

This commit is contained in:
andrea 2023-12-01 09:34:26 +01:00
parent 10620eae13
commit c1545590d4

View file

@ -16,7 +16,7 @@ type Participant struct {
Firstname string `csv:"firstname"`
Lastname string `csv:"lastname"`
Token uint `csv:"token"`
Token int `csv:"token"`
Attributes AttributeList `csv:"attributes"`
}