389 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			389 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Code generated by protoc-gen-go. DO NOT EDIT.
 | |
| // source: micro/go-micro/client/proto/client.proto
 | |
| 
 | |
| package go_micro_client
 | |
| 
 | |
| import (
 | |
| 	context "context"
 | |
| 	fmt "fmt"
 | |
| 	proto "github.com/golang/protobuf/proto"
 | |
| 	grpc "google.golang.org/grpc"
 | |
| 	math "math"
 | |
| )
 | |
| 
 | |
| // Reference imports to suppress errors if they are not otherwise used.
 | |
| var _ = proto.Marshal
 | |
| var _ = fmt.Errorf
 | |
| var _ = math.Inf
 | |
| 
 | |
| // This is a compile-time assertion to ensure that this generated file
 | |
| // is compatible with the proto package it is being compiled against.
 | |
| // A compilation error at this line likely means your copy of the
 | |
| // proto package needs to be updated.
 | |
| const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
 | |
| 
 | |
| type Request struct {
 | |
| 	Service              string   `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
 | |
| 	Endpoint             string   `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
 | |
| 	ContentType          string   `protobuf:"bytes,3,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
 | |
| 	Body                 []byte   `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *Request) Reset()         { *m = Request{} }
 | |
| func (m *Request) String() string { return proto.CompactTextString(m) }
 | |
| func (*Request) ProtoMessage()    {}
 | |
| func (*Request) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_7d733ae29171347b, []int{0}
 | |
| }
 | |
| 
 | |
| func (m *Request) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_Request.Unmarshal(m, b)
 | |
| }
 | |
| func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_Request.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *Request) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_Request.Merge(m, src)
 | |
| }
 | |
| func (m *Request) XXX_Size() int {
 | |
| 	return xxx_messageInfo_Request.Size(m)
 | |
| }
 | |
| func (m *Request) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_Request.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_Request proto.InternalMessageInfo
 | |
| 
 | |
| func (m *Request) GetService() string {
 | |
| 	if m != nil {
 | |
| 		return m.Service
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Request) GetEndpoint() string {
 | |
| 	if m != nil {
 | |
| 		return m.Endpoint
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Request) GetContentType() string {
 | |
| 	if m != nil {
 | |
| 		return m.ContentType
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Request) GetBody() []byte {
 | |
| 	if m != nil {
 | |
| 		return m.Body
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| type Response struct {
 | |
| 	Body                 []byte   `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *Response) Reset()         { *m = Response{} }
 | |
| func (m *Response) String() string { return proto.CompactTextString(m) }
 | |
| func (*Response) ProtoMessage()    {}
 | |
| func (*Response) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_7d733ae29171347b, []int{1}
 | |
| }
 | |
| 
 | |
| func (m *Response) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_Response.Unmarshal(m, b)
 | |
| }
 | |
| func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_Response.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *Response) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_Response.Merge(m, src)
 | |
| }
 | |
| func (m *Response) XXX_Size() int {
 | |
| 	return xxx_messageInfo_Response.Size(m)
 | |
| }
 | |
| func (m *Response) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_Response.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_Response proto.InternalMessageInfo
 | |
| 
 | |
| func (m *Response) GetBody() []byte {
 | |
| 	if m != nil {
 | |
| 		return m.Body
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| type Message struct {
 | |
| 	Topic                string   `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"`
 | |
| 	ContentType          string   `protobuf:"bytes,2,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
 | |
| 	Body                 []byte   `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *Message) Reset()         { *m = Message{} }
 | |
| func (m *Message) String() string { return proto.CompactTextString(m) }
 | |
| func (*Message) ProtoMessage()    {}
 | |
| func (*Message) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_7d733ae29171347b, []int{2}
 | |
| }
 | |
| 
 | |
| func (m *Message) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_Message.Unmarshal(m, b)
 | |
| }
 | |
| func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_Message.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *Message) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_Message.Merge(m, src)
 | |
| }
 | |
| func (m *Message) XXX_Size() int {
 | |
| 	return xxx_messageInfo_Message.Size(m)
 | |
| }
 | |
| func (m *Message) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_Message.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_Message proto.InternalMessageInfo
 | |
| 
 | |
| func (m *Message) GetTopic() string {
 | |
| 	if m != nil {
 | |
| 		return m.Topic
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Message) GetContentType() string {
 | |
| 	if m != nil {
 | |
| 		return m.ContentType
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Message) GetBody() []byte {
 | |
| 	if m != nil {
 | |
| 		return m.Body
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| func init() {
 | |
| 	proto.RegisterType((*Request)(nil), "go.micro.client.Request")
 | |
| 	proto.RegisterType((*Response)(nil), "go.micro.client.Response")
 | |
| 	proto.RegisterType((*Message)(nil), "go.micro.client.Message")
 | |
| }
 | |
| 
 | |
| func init() {
 | |
| 	proto.RegisterFile("micro/go-micro/client/proto/client.proto", fileDescriptor_7d733ae29171347b)
 | |
| }
 | |
| 
 | |
| var fileDescriptor_7d733ae29171347b = []byte{
 | |
| 	// 270 bytes of a gzipped FileDescriptorProto
 | |
| 	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x91, 0x3f, 0x4f, 0xc3, 0x30,
 | |
| 	0x10, 0xc5, 0xeb, 0xfe, 0x4b, 0x39, 0x2a, 0x21, 0x9d, 0x18, 0x4c, 0x06, 0x54, 0x32, 0x65, 0xc1,
 | |
| 	0x45, 0x30, 0x23, 0x86, 0xce, 0x95, 0x50, 0x40, 0xac, 0x28, 0x71, 0x4f, 0xc1, 0x52, 0x6a, 0x9b,
 | |
| 	0xd8, 0xad, 0x94, 0xef, 0xc8, 0x87, 0x42, 0x38, 0x29, 0x45, 0xd0, 0x2e, 0x6c, 0xf7, 0xee, 0x67,
 | |
| 	0xbd, 0x3b, 0xbf, 0x83, 0x74, 0xad, 0x64, 0x6d, 0xe6, 0xa5, 0xb9, 0x6e, 0x0b, 0x59, 0x29, 0xd2,
 | |
| 	0x7e, 0x6e, 0x6b, 0xe3, 0x77, 0x42, 0x04, 0x81, 0x67, 0xa5, 0x11, 0xe1, 0x8d, 0x68, 0xdb, 0xc9,
 | |
| 	0x16, 0xa2, 0x8c, 0xde, 0x37, 0xe4, 0x3c, 0x72, 0x88, 0x1c, 0xd5, 0x5b, 0x25, 0x89, 0xb3, 0x19,
 | |
| 	0x4b, 0x4f, 0xb2, 0x9d, 0xc4, 0x18, 0x26, 0xa4, 0x57, 0xd6, 0x28, 0xed, 0x79, 0x3f, 0xa0, 0x6f,
 | |
| 	0x8d, 0x57, 0x30, 0x95, 0x46, 0x7b, 0xd2, 0xfe, 0xd5, 0x37, 0x96, 0xf8, 0x20, 0xf0, 0xd3, 0xae,
 | |
| 	0xf7, 0xdc, 0x58, 0x42, 0x84, 0x61, 0x61, 0x56, 0x0d, 0x1f, 0xce, 0x58, 0x3a, 0xcd, 0x42, 0x9d,
 | |
| 	0x5c, 0xc2, 0x24, 0x23, 0x67, 0x8d, 0x76, 0x7b, 0xce, 0x7e, 0xf0, 0x17, 0x88, 0x96, 0xe4, 0x5c,
 | |
| 	0x5e, 0x12, 0x9e, 0xc3, 0xc8, 0x1b, 0xab, 0x64, 0xb7, 0x55, 0x2b, 0xfe, 0xcc, 0xed, 0x1f, 0x9f,
 | |
| 	0x3b, 0xd8, 0xfb, 0xde, 0x7e, 0x30, 0x18, 0x2d, 0xbf, 0x02, 0xc0, 0x7b, 0x18, 0x2e, 0xf2, 0xaa,
 | |
| 	0x42, 0x2e, 0x7e, 0x65, 0x22, 0xba, 0x40, 0xe2, 0x8b, 0x03, 0xa4, 0x5d, 0x39, 0xe9, 0xe1, 0x02,
 | |
| 	0xc6, 0x4f, 0xbe, 0xa6, 0x7c, 0xfd, 0x4f, 0x83, 0x94, 0xdd, 0x30, 0x7c, 0x80, 0xe8, 0x71, 0x53,
 | |
| 	0x54, 0xca, 0xbd, 0x1d, 0x70, 0xe9, 0xfe, 0x1f, 0x1f, 0x25, 0x49, 0xaf, 0x18, 0x87, 0xb3, 0xde,
 | |
| 	0x7d, 0x06, 0x00, 0x00, 0xff, 0xff, 0xd3, 0x63, 0x94, 0x1a, 0x02, 0x02, 0x00, 0x00,
 | |
| }
 | |
| 
 | |
| // Reference imports to suppress errors if they are not otherwise used.
 | |
| var _ context.Context
 | |
| var _ grpc.ClientConn
 | |
| 
 | |
| // This is a compile-time assertion to ensure that this generated file
 | |
| // is compatible with the grpc package it is being compiled against.
 | |
| const _ = grpc.SupportPackageIsVersion4
 | |
| 
 | |
| // MicroClient is the client API for Micro service.
 | |
| //
 | |
| // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 | |
| type MicroClient interface {
 | |
| 	// Call allows a single request to be made
 | |
| 	Call(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
 | |
| 	// Stream is a bidirectional stream
 | |
| 	Stream(ctx context.Context, opts ...grpc.CallOption) (Micro_StreamClient, error)
 | |
| 	// Publish publishes a message and returns an empty Message
 | |
| 	Publish(ctx context.Context, in *Message, opts ...grpc.CallOption) (*Message, error)
 | |
| }
 | |
| 
 | |
| type microClient struct {
 | |
| 	cc *grpc.ClientConn
 | |
| }
 | |
| 
 | |
| func NewMicroClient(cc *grpc.ClientConn) MicroClient {
 | |
| 	return µClient{cc}
 | |
| }
 | |
| 
 | |
| func (c *microClient) Call(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) {
 | |
| 	out := new(Response)
 | |
| 	err := c.cc.Invoke(ctx, "/go.micro.client.Micro/Call", in, out, opts...)
 | |
| 	if err != nil {
 | |
| 		return nil, err
 | |
| 	}
 | |
| 	return out, nil
 | |
| }
 | |
| 
 | |
| func (c *microClient) Stream(ctx context.Context, opts ...grpc.CallOption) (Micro_StreamClient, error) {
 | |
| 	stream, err := c.cc.NewStream(ctx, &_Micro_serviceDesc.Streams[0], "/go.micro.client.Micro/Stream", opts...)
 | |
| 	if err != nil {
 | |
| 		return nil, err
 | |
| 	}
 | |
| 	x := µStreamClient{stream}
 | |
| 	return x, nil
 | |
| }
 | |
| 
 | |
| type Micro_StreamClient interface {
 | |
| 	Send(*Request) error
 | |
| 	Recv() (*Response, error)
 | |
| 	grpc.ClientStream
 | |
| }
 | |
| 
 | |
| type microStreamClient struct {
 | |
| 	grpc.ClientStream
 | |
| }
 | |
| 
 | |
| func (x *microStreamClient) Send(m *Request) error {
 | |
| 	return x.ClientStream.SendMsg(m)
 | |
| }
 | |
| 
 | |
| func (x *microStreamClient) Recv() (*Response, error) {
 | |
| 	m := new(Response)
 | |
| 	if err := x.ClientStream.RecvMsg(m); err != nil {
 | |
| 		return nil, err
 | |
| 	}
 | |
| 	return m, nil
 | |
| }
 | |
| 
 | |
| func (c *microClient) Publish(ctx context.Context, in *Message, opts ...grpc.CallOption) (*Message, error) {
 | |
| 	out := new(Message)
 | |
| 	err := c.cc.Invoke(ctx, "/go.micro.client.Micro/Publish", in, out, opts...)
 | |
| 	if err != nil {
 | |
| 		return nil, err
 | |
| 	}
 | |
| 	return out, nil
 | |
| }
 | |
| 
 | |
| // MicroServer is the server API for Micro service.
 | |
| type MicroServer interface {
 | |
| 	// Call allows a single request to be made
 | |
| 	Call(context.Context, *Request) (*Response, error)
 | |
| 	// Stream is a bidirectional stream
 | |
| 	Stream(Micro_StreamServer) error
 | |
| 	// Publish publishes a message and returns an empty Message
 | |
| 	Publish(context.Context, *Message) (*Message, error)
 | |
| }
 | |
| 
 | |
| func RegisterMicroServer(s *grpc.Server, srv MicroServer) {
 | |
| 	s.RegisterService(&_Micro_serviceDesc, srv)
 | |
| }
 | |
| 
 | |
| func _Micro_Call_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 | |
| 	in := new(Request)
 | |
| 	if err := dec(in); err != nil {
 | |
| 		return nil, err
 | |
| 	}
 | |
| 	if interceptor == nil {
 | |
| 		return srv.(MicroServer).Call(ctx, in)
 | |
| 	}
 | |
| 	info := &grpc.UnaryServerInfo{
 | |
| 		Server:     srv,
 | |
| 		FullMethod: "/go.micro.client.Micro/Call",
 | |
| 	}
 | |
| 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
 | |
| 		return srv.(MicroServer).Call(ctx, req.(*Request))
 | |
| 	}
 | |
| 	return interceptor(ctx, in, info, handler)
 | |
| }
 | |
| 
 | |
| func _Micro_Stream_Handler(srv interface{}, stream grpc.ServerStream) error {
 | |
| 	return srv.(MicroServer).Stream(µStreamServer{stream})
 | |
| }
 | |
| 
 | |
| type Micro_StreamServer interface {
 | |
| 	Send(*Response) error
 | |
| 	Recv() (*Request, error)
 | |
| 	grpc.ServerStream
 | |
| }
 | |
| 
 | |
| type microStreamServer struct {
 | |
| 	grpc.ServerStream
 | |
| }
 | |
| 
 | |
| func (x *microStreamServer) Send(m *Response) error {
 | |
| 	return x.ServerStream.SendMsg(m)
 | |
| }
 | |
| 
 | |
| func (x *microStreamServer) Recv() (*Request, error) {
 | |
| 	m := new(Request)
 | |
| 	if err := x.ServerStream.RecvMsg(m); err != nil {
 | |
| 		return nil, err
 | |
| 	}
 | |
| 	return m, nil
 | |
| }
 | |
| 
 | |
| func _Micro_Publish_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 | |
| 	in := new(Message)
 | |
| 	if err := dec(in); err != nil {
 | |
| 		return nil, err
 | |
| 	}
 | |
| 	if interceptor == nil {
 | |
| 		return srv.(MicroServer).Publish(ctx, in)
 | |
| 	}
 | |
| 	info := &grpc.UnaryServerInfo{
 | |
| 		Server:     srv,
 | |
| 		FullMethod: "/go.micro.client.Micro/Publish",
 | |
| 	}
 | |
| 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
 | |
| 		return srv.(MicroServer).Publish(ctx, req.(*Message))
 | |
| 	}
 | |
| 	return interceptor(ctx, in, info, handler)
 | |
| }
 | |
| 
 | |
| var _Micro_serviceDesc = grpc.ServiceDesc{
 | |
| 	ServiceName: "go.micro.client.Micro",
 | |
| 	HandlerType: (*MicroServer)(nil),
 | |
| 	Methods: []grpc.MethodDesc{
 | |
| 		{
 | |
| 			MethodName: "Call",
 | |
| 			Handler:    _Micro_Call_Handler,
 | |
| 		},
 | |
| 		{
 | |
| 			MethodName: "Publish",
 | |
| 			Handler:    _Micro_Publish_Handler,
 | |
| 		},
 | |
| 	},
 | |
| 	Streams: []grpc.StreamDesc{
 | |
| 		{
 | |
| 			StreamName:    "Stream",
 | |
| 			Handler:       _Micro_Stream_Handler,
 | |
| 			ServerStreams: true,
 | |
| 			ClientStreams: true,
 | |
| 		},
 | |
| 	},
 | |
| 	Metadata: "micro/go-micro/client/proto/client.proto",
 | |
| }
 |