Documentation
¶
Index ¶
- func CompareBestByCourse(rmp1, rmp2 RMPResult) string
- func CompareDifficulty(rmp1, rmp2 RMPResult) string
- func CompareOverallRating(rmp1, rmp2 RMPResult) string
- func CompareWouldTakeAgain(rmp1, rmp2 RMPResult) string
- type Professor
- type ProfessorQueryResult
- type RMPResult
- type Rating
- type RatingQueryResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareBestByCourse ¶
func CompareDifficulty ¶
func CompareOverallRating ¶
func CompareWouldTakeAgain ¶
Types ¶
type ProfessorQueryResult ¶
type RMPResult ¶
type RMPResult struct {
// contains filtered or unexported fields
}
func QueryProfessor ¶
type Rating ¶
type Rating struct { Attendence string ClarityColor string EasyColor string HelpColor string HelpCount int Id int NotHelpCount int OnlineClass string Quality string RClarity int RClass string RComments string RDate string REasy float64 REasyString string RErrorMsg string RHelpful int RInterest string ROverall float64 ROverallString string RStatus int RTextBookUse string RTimestamp int RWouldTakeAgain string SId int TakenForCredit string Teacher string TeacherGrade string TeacherRatingRags []string UnUsefulGrouping string UsefulGrouping string }
type RatingQueryResult ¶
Click to show internal directories.
Click to hide internal directories.