Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CourseData ¶
type LoginSession ¶
type LoginSession interface{}
type TaskData ¶
type TaskData struct {
ID int `json:"id"`
Handle string `json:"handle"`
User UserData `json:"user"`
Courses []CourseData `json:"courses"`
Stat Stat `json:"stat,omitempty"`
}
type User ¶
type User interface {
Name() string
Login() (LoginSession, error)
ListCourse() ([]CourseData, error)
}
Click to show internal directories.
Click to hide internal directories.