Documentation
¶
Index ¶
- Variables
- func AddUser(u User) string
- func DeleteUser(uid string)
- func GetAllUsers() map[string]*User
- func GetCETScoreFromLogin(userName string, password string) []map[string]interface{}
- func GetCXScoreFromLogin(userName string, password string) []map[string]interface{}
- func GetClassScoreFromLogin(userName string, password string) map[string]interface{}
- func GetCourseFromLogin(userName string, password string, semestre string) map[string]interface{}
- func GetExamTimeFromLogin(userName string, password string, semestre string) []map[string]interface{}
- func GifToInt(source io.Reader) int
- func GifToSlice(source io.Reader) []int
- func GifToString(source io.Reader) string
- func LibLoginInfo(username string, password string) map[string]interface{}
- func Login(username, password string) bool
- func RGBAToGray(color color.Color) uint16
- type Profile
- type User
Constants ¶
This section is empty.
Variables ¶
View Source
var (
UserList map[string]*User
)
Functions ¶
func DeleteUser ¶
func DeleteUser(uid string)
func GetAllUsers ¶
func GetCETScoreFromLogin ¶
四六级成绩
func GetCXScoreFromLogin ¶
func GetClassScoreFromLogin ¶
func GetCourseFromLogin ¶
func GetExamTimeFromLogin ¶
func LibLoginInfo ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.