We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow-up for #118.
We need to add bindings for C functions roc_sender_query() (becomes Sender.Query() in Go) and roc_receiver_query() (becomes Receiver.Query() in Go).
roc_sender_query()
Sender.Query()
roc_receiver_query()
Receiver.Query()
New functions should be covered with simple tests (errors path and OK path).
Documentation for C API can be found here: https://roc-streaming.org/toolkit/docs/api/reference.html
C headers are here: sender.h, receiver.h.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follow-up for #118.
We need to add bindings for C functions
roc_sender_query()
(becomesSender.Query()
in Go) androc_receiver_query()
(becomesReceiver.Query()
in Go).New functions should be covered with simple tests (errors path and OK path).
Documentation for C API can be found here: https://roc-streaming.org/toolkit/docs/api/reference.html
C headers are here: sender.h, receiver.h.
The text was updated successfully, but these errors were encountered: