package main import "time" type JobResult struct { JobName string StartTime time.Time Duration time.Duration RowsRead int64 RowsLoaded int64 RowsFailed int64 Error error }