jobqueue: remove JSON tags on Job
Job is not used for serialization anymore.
This commit is contained in:
parent
ab2c8aff08
commit
54b63a645f
1 changed files with 4 additions and 4 deletions
|
|
@ -17,10 +17,10 @@ import (
|
|||
)
|
||||
|
||||
type Job struct {
|
||||
ComposeID uuid.UUID `json:"id"`
|
||||
ImageBuildID int `json:"image_build_id"`
|
||||
Manifest *osbuild.Manifest `json:"manifest"`
|
||||
Targets []*target.Target `json:"targets"`
|
||||
ComposeID uuid.UUID
|
||||
ImageBuildID int
|
||||
Manifest *osbuild.Manifest
|
||||
Targets []*target.Target
|
||||
}
|
||||
|
||||
type TargetsError struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue