search

package
v1.4.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: MIT Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL