mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Multitenant streams api (#72)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package notes;
|
||||
option go_package = "proto;notes";
|
||||
option go_package = "./proto;notes";
|
||||
|
||||
service Notes {
|
||||
rpc List(ListRequest) returns (ListResponse);
|
||||
@@ -45,4 +45,4 @@ message ListRequest {}
|
||||
|
||||
message ListResponse {
|
||||
repeated Note notes = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user