Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct {
ID string `json:"id"`
Type string `json:"type"`
Url string `json:"url"`
CreatedAt string `json:"created_at"`
Company string `json:"company"`
CompanyUrl string `json:"company_url"`
Location string `json:"location"`
Title string `json:"title"`
Description string `json:"description"`
HowToApply string `json:"how_to_apply"`
CompanyLogo string `json:"company_logo"`
}
Click to show internal directories.
Click to hide internal directories.