1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-29 21:47:44 +02:00
This commit is contained in:
Asim Aslam
2021-10-13 13:31:23 +01:00
parent 7136c61dbd
commit 62801c3d68
314 changed files with 1491 additions and 885 deletions

View File

@@ -4,7 +4,7 @@ import (
"context"
"log"
pb "github.com/asim/go-micro/examples/v3/helloworld/proto"
pb "github.com/asim/go-micro/examples/v4/helloworld/proto"
"go-micro.dev/v4"
)

View File

@@ -1,5 +1,5 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: github.com/asim/go-micro/examples/v3/helloworld/proto/greeter.proto
// source: github.com/asim/go-micro/examples/v4/helloworld/proto/greeter.proto
package greeter
@@ -104,7 +104,7 @@ func init() {
}
func init() {
proto.RegisterFile("github.com/asim/go-micro/examples/v3/helloworld/proto/greeter.proto", fileDescriptor_f59dc6c921369088)
proto.RegisterFile("github.com/asim/go-micro/examples/v4/helloworld/proto/greeter.proto", fileDescriptor_f59dc6c921369088)
}
var fileDescriptor_f59dc6c921369088 = []byte{

View File

@@ -1,5 +1,5 @@
// Code generated by protoc-gen-micro. DO NOT EDIT.
// source: github.com/asim/go-micro/examples/v3/helloworld/proto/greeter.proto
// source: github.com/asim/go-micro/examples/v4/helloworld/proto/greeter.proto
package greeter