update all

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-03-03 18:01:37 +03:00
parent 652d74cc3a
commit 2073a6b3f4
36 changed files with 731 additions and 817 deletions

View File

@@ -1,17 +1,16 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.26.0
// protoc v3.19.1
// protoc v3.19.4
// source: test.proto
package pb
import (
reflect "reflect"
codec "go.unistack.org/micro/v3/codec"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
)
const (
@@ -39,7 +38,6 @@ var file_test_proto_rawDesc = []byte{
var file_test_proto_goTypes = []interface{}{
(*codec.Frame)(nil), // 0: micro.codec.Frame
}
var file_test_proto_depIdxs = []int32{
0, // 0: helloworld.Test.Call:input_type -> micro.codec.Frame
0, // 1: helloworld.Test.Call:output_type -> micro.codec.Frame

View File

@@ -6,7 +6,6 @@ package pb
import (
context "context"
api "go.unistack.org/micro/v3/api"
client "go.unistack.org/micro/v3/client"
codec "go.unistack.org/micro/v3/codec"

View File

@@ -6,7 +6,6 @@ package pb
import (
context "context"
_ "go.unistack.org/micro-client-http/v3"
api "go.unistack.org/micro/v3/api"
client "go.unistack.org/micro/v3/client"