Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanBlanks ¶
Types ¶
type SettingsInfo ¶
type SettingsInfo struct {
SessionID string `json:"sessionID"`
}
type TopHatInfo ¶
type TopHatInfo struct {
Webhook string
CourseID int
PublicCode string
Omit map[interface{}]struct{}
Client *http.Client
Now time.Time
}
func (*TopHatInfo) GrabClasses ¶
func (th *TopHatInfo) GrabClasses() (string, error)
func (*TopHatInfo) Login ¶
func (th *TopHatInfo) Login() error
func (*TopHatInfo) Monitor ¶
func (th *TopHatInfo) Monitor() error
func (*TopHatInfo) SendWebhook ¶
Click to show internal directories.
Click to hide internal directories.