package planner type Besucher struct { ID string `json:"id"` Name string `json:"name"` Message string `json:"message"` Come bool `json:"come"` }