8
planner/besucher.go
Normal file
8
planner/besucher.go
Normal 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"`
|
||||
}
|
||||
Reference in New Issue
Block a user