mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 14:35:07 +00:00
Multitenant streams api (#72)
This commit is contained in:
@@ -2,7 +2,7 @@ syntax = "proto3";
|
||||
|
||||
package sentiment;
|
||||
|
||||
option go_package = "proto;sentiment";
|
||||
option go_package = "./proto;sentiment";
|
||||
|
||||
service Sentiment {
|
||||
rpc Analyze(Request) returns (Response) {};
|
||||
|
||||
Reference in New Issue
Block a user