osbuild2: omitempty Error field in v2 Result
This commit is contained in:
parent
5f8bd4fd6e
commit
a9ea5e12a8
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import (
|
|||
type Result struct {
|
||||
Type string `json:"type"`
|
||||
Success bool `json:"success"`
|
||||
Error json.RawMessage `json:"error"`
|
||||
Error json.RawMessage `json:"error,omitempty"`
|
||||
Log map[string]PipelineResult `json:"log"`
|
||||
Metadata map[string]PipelineMetadata `json:"metadata"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue