mirror of
https://github.com/go-micro/go-micro.git
synced 2025-03-17 20:28:06 +02:00
125 lines
4.4 KiB
Go
125 lines
4.4 KiB
Go
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||
|
// source: examples/greeter/greeter.proto
|
||
|
|
||
|
package greeter
|
||
|
|
||
|
import (
|
||
|
fmt "fmt"
|
||
|
proto "github.com/golang/protobuf/proto"
|
||
|
_ "google.golang.org/genproto/googleapis/api/annotations"
|
||
|
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 {
|
||
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,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_3cc58d5671cc8265, []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) GetName() string {
|
||
|
if m != nil {
|
||
|
return m.Name
|
||
|
}
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
type Response struct {
|
||
|
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,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_3cc58d5671cc8265, []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) GetMsg() string {
|
||
|
if m != nil {
|
||
|
return m.Msg
|
||
|
}
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
func init() {
|
||
|
proto.RegisterType((*Request)(nil), "Request")
|
||
|
proto.RegisterType((*Response)(nil), "Response")
|
||
|
}
|
||
|
|
||
|
func init() { proto.RegisterFile("examples/greeter/greeter.proto", fileDescriptor_3cc58d5671cc8265) }
|
||
|
|
||
|
var fileDescriptor_3cc58d5671cc8265 = []byte{
|
||
|
// 201 bytes of a gzipped FileDescriptorProto
|
||
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4b, 0xad, 0x48, 0xcc,
|
||
|
0x2d, 0xc8, 0x49, 0x2d, 0xd6, 0x4f, 0x2f, 0x4a, 0x4d, 0x2d, 0x49, 0x2d, 0x82, 0xd1, 0x7a, 0x05,
|
||
|
0x45, 0xf9, 0x25, 0xf9, 0x52, 0x32, 0xe9, 0xf9, 0xf9, 0xe9, 0x39, 0xa9, 0xfa, 0x89, 0x05, 0x99,
|
||
|
0xfa, 0x89, 0x79, 0x79, 0xf9, 0x25, 0x89, 0x25, 0x99, 0xf9, 0x79, 0xc5, 0x10, 0x59, 0x25, 0x59,
|
||
|
0x2e, 0xf6, 0xa0, 0xd4, 0xc2, 0xd2, 0xd4, 0xe2, 0x12, 0x21, 0x21, 0x2e, 0x96, 0xbc, 0xc4, 0xdc,
|
||
|
0x54, 0x09, 0x46, 0x05, 0x46, 0x0d, 0xce, 0x20, 0x30, 0x5b, 0x49, 0x86, 0x8b, 0x23, 0x28, 0xb5,
|
||
|
0xb8, 0x20, 0x3f, 0xaf, 0x38, 0x55, 0x48, 0x80, 0x8b, 0x39, 0xb7, 0x38, 0x1d, 0x2a, 0x0d, 0x62,
|
||
|
0x1a, 0xe5, 0x71, 0xb1, 0xbb, 0x43, 0xec, 0x12, 0xd2, 0xe7, 0x62, 0xf5, 0x48, 0xcd, 0xc9, 0xc9,
|
||
|
0x17, 0xe2, 0xd0, 0x83, 0x9a, 0x27, 0xc5, 0xa9, 0x07, 0xd3, 0xaa, 0x24, 0xd8, 0x74, 0xf9, 0xc9,
|
||
|
0x64, 0x26, 0x6e, 0x25, 0x36, 0xfd, 0x0c, 0x90, 0x22, 0x2b, 0x46, 0x2d, 0x21, 0x23, 0x2e, 0xb6,
|
||
|
0xe0, 0x92, 0xa2, 0xd4, 0xc4, 0x5c, 0xec, 0x3a, 0xf8, 0xc1, 0x3a, 0x38, 0x85, 0xd8, 0xf5, 0x8b,
|
||
|
0xc1, 0xaa, 0x34, 0x18, 0x0d, 0x18, 0x93, 0xd8, 0xc0, 0x6e, 0x36, 0x06, 0x04, 0x00, 0x00, 0xff,
|
||
|
0xff, 0xac, 0x65, 0x8d, 0x1e, 0xf3, 0x00, 0x00, 0x00,
|
||
|
}
|