mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 20:44:46 +00:00
Multitenant streams api (#72)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package users;
|
||||
option go_package = "proto;users";
|
||||
option go_package = "./proto;users";
|
||||
import "google/protobuf/wrappers.proto";
|
||||
|
||||
service Users {
|
||||
@@ -101,4 +101,4 @@ message ValidateRequest {
|
||||
|
||||
message ValidateResponse {
|
||||
User user = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user