mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 13:04:34 +00:00
Multitenant streams api (#72)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.25.0
|
||||
// protoc v3.6.1
|
||||
// protoc v3.15.5
|
||||
// source: proto/files.proto
|
||||
|
||||
package files
|
||||
|
||||
@@ -2,7 +2,7 @@ syntax = "proto3";
|
||||
|
||||
package files;
|
||||
|
||||
option go_package = "proto;files";
|
||||
option go_package = "./proto;files";
|
||||
|
||||
service Files {
|
||||
rpc Save(SaveRequest) returns (SaveResponse) {}
|
||||
@@ -48,4 +48,4 @@ message ListRequest {
|
||||
|
||||
message ListResponse {
|
||||
repeated File files = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user