mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-29 21:47:44 +02:00
examples at v3
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"io"
|
||||
"log"
|
||||
|
||||
proto "github.com/micro/go-micro/examples/stream/server/proto"
|
||||
proto "github.com/asim/go-micro/examples/v3/stream/server/proto"
|
||||
"github.com/asim/go-micro/v3"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
// Code generated by protoc-gen-micro. DO NOT EDIT.
|
||||
// source: github.com/micro/go-micro/examples/stream/server/proto/stream.proto
|
||||
// source: github.com/asim/go-micro/examples/v3/stream/server/proto/stream.proto
|
||||
|
||||
/*
|
||||
Package stream is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
github.com/micro/go-micro/examples/stream/server/proto/stream.proto
|
||||
github.com/asim/go-micro/examples/v3/stream/server/proto/stream.proto
|
||||
|
||||
It has these top-level messages:
|
||||
Request
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: github.com/micro/go-micro/examples/stream/server/proto/stream.proto
|
||||
// source: github.com/asim/go-micro/examples/v3/stream/server/proto/stream.proto
|
||||
|
||||
/*
|
||||
Package stream is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
github.com/micro/go-micro/examples/stream/server/proto/stream.proto
|
||||
github.com/asim/go-micro/examples/v3/stream/server/proto/stream.proto
|
||||
|
||||
It has these top-level messages:
|
||||
Request
|
||||
@@ -231,11 +231,11 @@ var _Streamer_serviceDesc = grpc.ServiceDesc{
|
||||
ServerStreams: true,
|
||||
},
|
||||
},
|
||||
Metadata: "github.com/micro/go-micro/examples/stream/server/proto/stream.proto",
|
||||
Metadata: "github.com/asim/go-micro/examples/v3/stream/server/proto/stream.proto",
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("github.com/micro/go-micro/examples/stream/server/proto/stream.proto", fileDescriptor0)
|
||||
proto.RegisterFile("github.com/asim/go-micro/examples/v3/stream/server/proto/stream.proto", fileDescriptor0)
|
||||
}
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
|
||||
Reference in New Issue
Block a user