Documentation ¶ Index ¶ type Cx func LoginWithCas(user, passwd string) (*Cx, error) func LoginWithPhoneAndPwd(phone string, passwd string) (*Cx, error) func (cx *Cx) CourseList() (*course.List, error) func (cx *Cx) WorkList() (*work.List, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cx ¶ type Cx struct { // contains filtered or unexported fields } func LoginWithCas ¶ func LoginWithCas(user, passwd string) (*Cx, error) func LoginWithPhoneAndPwd ¶ func LoginWithPhoneAndPwd(phone string, passwd string) (*Cx, error) func (*Cx) CourseList ¶ func (cx *Cx) CourseList() (*course.List, error) func (*Cx) WorkList ¶ added in v0.1.3 func (cx *Cx) WorkList() (*work.List, error) WorkList 是手机api的作业列表 Source Files ¶ View all Source files chaoxing.godata.gologin.go Directories ¶ Show internal Expand all Path Synopsis course chapter exam work request utils Click to show internal directories. Click to hide internal directories.