Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TeachersList ¶
type TeachersList struct { File string // contains filtered or unexported fields }
TeachersList is a struct for getting teacher profile links
func (*TeachersList) GetLink ¶
func (t *TeachersList) GetLink(name string) (string, bool)
GetLink returns teacher profile link by name
func (*TeachersList) Load ¶
func (t *TeachersList) Load() error
Load loads teachers list from csv file: name;page_link
Click to show internal directories.
Click to hide internal directories.