First implementation of probo server component
This commit is contained in:
parent
10620eae13
commit
c1545590d4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ type Participant struct {
|
||||||
Firstname string `csv:"firstname"`
|
Firstname string `csv:"firstname"`
|
||||||
Lastname string `csv:"lastname"`
|
Lastname string `csv:"lastname"`
|
||||||
|
|
||||||
Token uint `csv:"token"`
|
Token int `csv:"token"`
|
||||||
|
|
||||||
Attributes AttributeList `csv:"attributes"`
|
Attributes AttributeList `csv:"attributes"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue