Documentation ¶
Index ¶
- type Course
- type DBStore
- func (store *DBStore) AllCourses() (courses []Course, err error)
- func (store *DBStore) FindSections(course Course, secType int) (sections []Section, err error)
- func (store *DBStore) FindSlot(section Section) (slot string, err error)
- func (store *DBStore) InitDB() error
- func (store *DBStore) InsertCourses(courses [][]string) error
- func (store *DBStore) InsertDB(db *sql.DB)
- func (store *DBStore) InsertSections(sections [][]string) error
- type Section
- type Subject
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Course ¶
func ParseCourse ¶
type DBStore ¶
type DBStore struct {
// contains filtered or unexported fields
}
func (*DBStore) AllCourses ¶
func (*DBStore) FindSections ¶
func (*DBStore) InsertCourses ¶
func (*DBStore) InsertSections ¶
type Section ¶
func ParseSection ¶
Click to show internal directories.
Click to hide internal directories.