mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 15:25:19 +00:00
Multitenant users api (#75)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package streams;
|
||||
option go_package = "github.com/micro/services/streams/proto;streams";
|
||||
option go_package = "./proto;streams";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
service Streams {
|
||||
@@ -35,4 +35,4 @@ message TokenRequest {
|
||||
|
||||
message TokenResponse {
|
||||
string token = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user