Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateModelJob ¶
func CreateModelUpdate ¶
func CreateModelUpdates ¶
Types ¶
type Job ¶
type Job struct { Id int `json:"id"` Company string `json:"company"` JobTitle string `json:"jobTitle"` DateApplied time.Time `json:"dateApplied"` JobUrl string `json:"jobUrl"` Updates []Update `json:"updates"` }
func CreateResponseJob ¶
Click to show internal directories.
Click to hide internal directories.