Questionaire zum type Participant hinzugefügt
This commit is contained in:
parent
fc7aae83d2
commit
6972948ee3
@ -1,5 +1,7 @@
|
|||||||
package types
|
package types
|
||||||
|
|
||||||
|
import "os"
|
||||||
|
|
||||||
type Person struct {
|
type Person struct {
|
||||||
FirstName string
|
FirstName string
|
||||||
LastName string
|
LastName string
|
||||||
@ -10,7 +12,8 @@ type Instructor Person
|
|||||||
type Participant struct {
|
type Participant struct {
|
||||||
ID int64
|
ID int64
|
||||||
Person
|
Person
|
||||||
Company string
|
Company string
|
||||||
|
Questionaire string
|
||||||
}
|
}
|
||||||
|
|
||||||
type Briefing struct {
|
type Briefing struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user