wip: rename ID to JobId

This commit is contained in:
Michael Hohn
2024-06-04 13:04:51 -07:00
committed by =Michael Hohn
parent 0349961360
commit 593644ca2e
4 changed files with 12 additions and 11 deletions

View File

@@ -47,6 +47,6 @@ func (s Status) ToExternalString() string {
}
type JobSpec struct {
ID int
JobID int
OwnerRepo
}