mirror of
https://github.com/Xevion/banner.git
synced 2025-12-10 14:06:37 -06:00
Remove unused MeetingTime pretty structs
This commit is contained in:
27
types.go
27
types.go
@@ -169,30 +169,3 @@ type SearchResult struct {
|
||||
MeetingsFaculty []MeetingTimeResponse `json:"meetingsFaculty"`
|
||||
} `json:"data"`
|
||||
}
|
||||
|
||||
type MeetingTimeFaculty struct {
|
||||
bannerId int
|
||||
category string
|
||||
displayName string
|
||||
email string
|
||||
primary bool
|
||||
}
|
||||
|
||||
type PrettyMeetingTimeResponse struct {
|
||||
faculty []MeetingTimeFaculty
|
||||
weekdays map[time.Weekday]bool
|
||||
campus string
|
||||
campusDescription string
|
||||
creditHours int
|
||||
building string
|
||||
buildingDescription string
|
||||
room string
|
||||
timeStart NaiveTime
|
||||
timeEnd NaiveTime
|
||||
dateStart time.Time
|
||||
dateEnd time.Time
|
||||
hoursPerWeek float32
|
||||
meetingScheduleType string
|
||||
meetingType string
|
||||
meetingTypeDescription string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user