Discover Packages
github.com/jobert-app/jobert-cli
cmd
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jan 2, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Adds all child commands to the root command and sets flags. Called by main.main()
type Job struct {
Company string `json:"company"`
Href string `json:"href"`
Id int `json:"id"`
Location string `json:"location"`
Query_id int `json:"query_id"`
Title string `json:"title"`
}
type Query struct {
City string `json:"city"`
Id int `json:"id"`
Radius string `json:"radius"`
State string `json:"state"`
Term string `json:"term"`
}
structs correspond to tables in API database
Source Files
¶
Click to show internal directories.
Click to hide internal directories.