Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-07-16 00:41:10 +03:00
parent 99ebab4260
commit 7bf66d519e
22 changed files with 738 additions and 86 deletions

View File

@@ -1,5 +1,5 @@
// Code generated by protoc-gen-go-micro. DO NOT EDIT.
// protoc-gen-go-micro version: v3.4.0
// protoc-gen-go-micro version: v3.4.2
// source: test.proto
package pb
@@ -11,6 +11,8 @@ import (
)
var (
TestDoubleName = "TestDouble"
TestDoubleEndpoints = []api.Endpoint{
api.Endpoint{
Name: "TestDouble.CallDouble",
@@ -35,6 +37,8 @@ type TestDoubleServer interface {
}
var (
TestName = "Test"
TestEndpoints = []api.Endpoint{
api.Endpoint{
Name: "Test.CallRepeatedString",

View File

@@ -1,5 +1,5 @@
// Code generated by protoc-gen-go-micro. DO NOT EDIT.
// protoc-gen-go-micro version: v3.4.0
// protoc-gen-go-micro version: v3.4.2
// source: test.proto
package pb