-
Notifications
You must be signed in to change notification settings - Fork 172
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
Add support for Dapr InvokeService and InvokeBinding API #362
Conversation
Codecov Report
@@ Coverage Diff @@
## main #362 +/- ##
==========================================
+ Coverage 56.53% 57.62% +1.09%
==========================================
Files 47 48 +1
Lines 2220 2289 +69
==========================================
+ Hits 1255 1319 +64
- Misses 827 837 +10
+ Partials 138 133 -5
Continue to review full report at Codecov.
|
"testing" | ||
) | ||
|
||
func Test_addPathSeparator(t *testing.T) { |
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.
Why is there no test logic related to etcd, as this file is actually etcd_test.go?
} | ||
|
||
func (d *daprGrpcAPI) startSubscribing() error { | ||
// TODO |
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.
It's better to record what to do here, in case no one would know what to do here in the future
What this PR does:
Add support for Dapr InvokeService and InvokeBinding API
Which issue(s) this PR fixes:
#361
Special notes for your reviewer:
Does this PR introduce a user-facing change?: