Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckStatus ¶
func CheckStatus()
func Initialize ¶
func Initialize()
Types ¶
type Crawler ¶
func NewCrawler ¶
func (*Crawler) GetBoardName ¶
extract the main name of the board from the url
func (*Crawler) GetJobLinks ¶
type JobBoard ¶
type JobBoard struct {
Name string `json:"name"`
Url string `json:"url"`
JobsCount int `json:"jobsCount"`
Hash string `json:"hash"`
JobLinks []string `json:"jobPosts"`
LastFetch time.Time `json:"lastFetched"`
}
func ReadConfigFile ¶
type Spinner ¶
type Spinner struct {
// contains filtered or unexported fields
}
func NewSpinner ¶
func NewSpinner() *Spinner
Click to show internal directories.
Click to hide internal directories.