mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +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/posts.proto
|
||||
|
||||
package posts
|
||||
|
||||
@@ -2,6 +2,8 @@ syntax = "proto3";
|
||||
|
||||
package posts;
|
||||
|
||||
option go_package = "./proto;posts";
|
||||
|
||||
service Posts {
|
||||
// Index returns the posts index without content
|
||||
rpc Index(IndexRequest) returns (IndexResponse) {}
|
||||
|
||||
Reference in New Issue
Block a user