Documentation ¶
Overview ¶
Package search contains models that won't be added to the database but are persisted in our search backend meilisearch.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrefetchedCourse ¶
type PrefetchedCourse struct { CourseID string `json:"courseID,omitempty"` Name string `json:"name,omitempty"` Year int `json:"year,omitempty"` Term string `json:"term,omitempty"` // Either W or S }
PrefetchedCourse represents a course we found in tumonline. This course can be found and created through the "create course" user interface
Click to show internal directories.
Click to hide internal directories.