-
Notifications
You must be signed in to change notification settings - Fork 162
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
colibri: ctrl response types #3710
colibri: ctrl response types #3710
Conversation
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.
Reviewed 6 of 6 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @juagargi)
go/lib/ctrl/colibri_mgmt/colibri_mgmt_test.go, line 351 at r1 (raw file):
buffer, err := root.PackRoot() require.NoError(t, err) copy, err := colibri_mgmt.NewFromRaw(buffer)
please don't shadow key words.
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @oncilla)
go/lib/ctrl/colibri_mgmt/colibri_mgmt_test.go, line 351 at r1 (raw file):
Previously, Oncilla wrote…
please don't shadow key words.
Done.
7a5c748
to
7a3bc64
Compare
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.
Reviewed 1 of 1 files at r2.
Reviewable status: complete! all files reviewed, all discussions resolved
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.
Reviewable status: complete! all files reviewed, all discussions resolved
This PR adds the response types for colibri control messages.
This change is