impl stubbed out scrape and push
This commit is contained in:
@@ -23,6 +23,7 @@ type ntgVisionJob struct {
|
||||
DropoffDate string `json:"cDate"`
|
||||
DropoffCity string `json:"cCity"`
|
||||
DropoffState string `json:"cState"`
|
||||
Miles int `json:"miles"`
|
||||
Weight int `json:"weight"`
|
||||
Equipment string `json:"equip"`
|
||||
Temp string `json:"temp"`
|
||||
@@ -43,6 +44,7 @@ func (ntgJob ntgVisionJob) Job() Job {
|
||||
City: ntgJob.DropoffCity,
|
||||
State: ntgJob.DropoffState,
|
||||
},
|
||||
Miles: ntgJob.Miles,
|
||||
Weight: ntgJob.Weight,
|
||||
Meta: fmt.Sprintf("equipment:%s", ntgJob.Equipment),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user