Get closer to unified MeetingTimeResponse parsing

This commit is contained in:
2024-01-18 02:20:37 -06:00
parent 26bdad9c94
commit 3464208d9c
3 changed files with 38 additions and 40 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ type MeetingTimeFaculty struct {
primary bool
}
type MeetingTimeResponse struct {
type PrettyMeetingTimeResponse struct {
faculty []MeetingTimeFaculty
weekdays map[time.Weekday]bool
campus string