-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Hw event structures with Redfish schema #30
Conversation
Signed-off-by: Jack Ding <[email protected]>
Signed-off-by: Jack Ding <[email protected]>
github.com/json-iterator/go v1.1.10 | ||
github.com/prometheus/client_golang v1.10.0 | ||
github.com/cloudevents/sdk-go/protocol/amqp/v2 v2.4.1 | ||
github.com/cloudevents/sdk-go/v2 v2.4.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you know what are the changes in this version ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know. This change is generated by go mod tidy
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok I will check and if they have updates, may be applied to the 4.9 branches.
pkg/hwevent/event.go
Outdated
// +required | ||
Data *Data `json:"data,omitempty" ` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if this data is required field and you should remove omitempty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
Signed-off-by: Jack Ding <[email protected]>
Signed-off-by: Jack Ding [email protected]