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
Using message.Put() when writing tests can be confusing. We need to come up with a better solution.
message.Put()
One idea would be to have the message API exposed over the http package (http.go) similar to the endpoints. This way we have these kind of calls:
http.go
http.Put()
http.Response()
The text was updated successfully, but these errors were encountered:
Refactor logging: checkpoint #1
68e1a13
No branches or pull requests
Using
message.Put()
when writing tests can be confusing. We need to come up with a better solution.One idea would be to have the message API exposed over the http package (
http.go
) similar to the endpoints.This way we have these kind of calls:
http.Put()
http.Response()
The text was updated successfully, but these errors were encountered: