package model type Module struct { UUID string `json:"uuid"` Name string `json:"name"` Prof string `json:"prof"` Course string `json:"course"` Semester string `json:"semester"` Events Events `json:"events"` }