Skip to content

Instantly share code, notes, and snippets.

@hadoan
Created June 1, 2020 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadoan/4383ce9dae64941f93dadc25677f88b2 to your computer and use it in GitHub Desktop.
Save hadoan/4383ce9dae64941f93dadc25677f88b2 to your computer and use it in GitHub Desktop.
type Job struct {
// ID primitive.ObjectID `json:"_id,omitempty" bson:"_id,omitempty"`
Title string `json:"Title,omitempty" bson:"Title,omitempty"`
CompanyName string `json:"CompanyName" bson:"CompanyName"`
City string `json:"City" bson:"City"`
Country string `json:"Country" bson:"Country"`
CompanyLogoUrl string `json:"CompanyLogoUrl" bson:"CompanyLogoUrl"`
JobUrl string `json:"Url" bson:"Url"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment