backend fertig gestellt

frontend angefangen
This commit is contained in:
Husky
2022-01-04 19:01:33 +01:00
parent 71ac5d0a5b
commit d0bc77271e
47 changed files with 23070 additions and 0 deletions

8
planner/besucher.go Normal file
View File

@@ -0,0 +1,8 @@
package planner
type Besucher struct {
ID string `json:"id"`
Name string `json:"name"`
Message string `json:"message"`
Come bool `json:"come"`
}