| 
									
										
										
										
											2018-06-27 07:45:32 -07:00
										 |  |  | // Code generated by protoc-gen-go. DO NOT EDIT. | 
					
						
							| 
									
										
										
										
											2017-02-14 22:20:20 -05:00
										 |  |  | // source: dns.proto | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | package pb | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import ( | 
					
						
							| 
									
										
										
										
											2018-04-20 11:01:06 +01:00
										 |  |  | 	context "context" | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | 	fmt "fmt" | 
					
						
							|  |  |  | 	math "math" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	proto "github.com/golang/protobuf/proto" | 
					
						
							| 
									
										
										
										
											2017-02-14 22:20:20 -05:00
										 |  |  | 	grpc "google.golang.org/grpc" | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // Reference imports to suppress errors if they are not otherwise used. | 
					
						
							|  |  |  | var _ = proto.Marshal | 
					
						
							|  |  |  | var _ = fmt.Errorf | 
					
						
							|  |  |  | var _ = math.Inf | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | /* Miek: disabled this manually, because I don't know what the heck */ | 
					
						
							|  |  |  | /* | 
					
						
							| 
									
										
										
										
											2017-02-14 22:20:20 -05:00
										 |  |  | // 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. | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package | 
					
						
							|  |  |  | */ | 
					
						
							| 
									
										
										
										
											2017-02-14 22:20:20 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | type DnsPacket struct { | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | 	Msg                  []byte   `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"` | 
					
						
							|  |  |  | 	XXX_NoUnkeyedLiteral struct{} `json:"-"` | 
					
						
							|  |  |  | 	XXX_unrecognized     []byte   `json:"-"` | 
					
						
							|  |  |  | 	XXX_sizecache        int32    `json:"-"` | 
					
						
							| 
									
										
										
										
											2017-02-14 22:20:20 -05:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | func (m *DnsPacket) Reset()         { *m = DnsPacket{} } | 
					
						
							|  |  |  | func (m *DnsPacket) String() string { return proto.CompactTextString(m) } | 
					
						
							|  |  |  | func (*DnsPacket) ProtoMessage()    {} | 
					
						
							|  |  |  | func (*DnsPacket) Descriptor() ([]byte, []int) { | 
					
						
							|  |  |  | 	return fileDescriptor_638ff8d8aaf3d8ae, []int{0} | 
					
						
							| 
									
										
										
										
											2017-02-14 22:20:20 -05:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | func (m *DnsPacket) XXX_Unmarshal(b []byte) error { | 
					
						
							|  |  |  | 	return xxx_messageInfo_DnsPacket.Unmarshal(m, b) | 
					
						
							| 
									
										
										
										
											2018-06-27 07:45:32 -07:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | func (m *DnsPacket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { | 
					
						
							|  |  |  | 	return xxx_messageInfo_DnsPacket.Marshal(b, m, deterministic) | 
					
						
							| 
									
										
										
										
											2018-06-27 07:45:32 -07:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | func (m *DnsPacket) XXX_Merge(src proto.Message) { | 
					
						
							|  |  |  | 	xxx_messageInfo_DnsPacket.Merge(m, src) | 
					
						
							| 
									
										
										
										
											2018-06-27 07:45:32 -07:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | func (m *DnsPacket) XXX_Size() int { | 
					
						
							|  |  |  | 	return xxx_messageInfo_DnsPacket.Size(m) | 
					
						
							| 
									
										
										
										
											2018-06-27 07:45:32 -07:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | func (m *DnsPacket) XXX_DiscardUnknown() { | 
					
						
							|  |  |  | 	xxx_messageInfo_DnsPacket.DiscardUnknown(m) | 
					
						
							| 
									
										
										
										
											2018-06-27 07:45:32 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | var xxx_messageInfo_DnsPacket proto.InternalMessageInfo | 
					
						
							| 
									
										
										
										
											2018-06-27 07:45:32 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | func (m *DnsPacket) GetMsg() []byte { | 
					
						
							| 
									
										
										
										
											2018-06-27 07:45:32 -07:00
										 |  |  | 	if m != nil { | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | 		return m.Msg | 
					
						
							| 
									
										
										
										
											2018-06-27 07:45:32 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 	return nil | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | func init() { | 
					
						
							|  |  |  | 	proto.RegisterType((*DnsPacket)(nil), "coredns.dns.DnsPacket") | 
					
						
							| 
									
										
										
										
											2018-06-27 07:45:32 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | func init() { proto.RegisterFile("dns.proto", fileDescriptor_638ff8d8aaf3d8ae) } | 
					
						
							| 
									
										
										
										
											2018-06-27 07:45:32 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | var fileDescriptor_638ff8d8aaf3d8ae = []byte{ | 
					
						
							|  |  |  | 	// 120 bytes of a gzipped FileDescriptorProto | 
					
						
							|  |  |  | 	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x4c, 0xc9, 0x2b, 0xd6, | 
					
						
							|  |  |  | 	0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x4e, 0xce, 0x2f, 0x4a, 0x05, 0x71, 0x53, 0xf2, 0x8a, | 
					
						
							|  |  |  | 	0x95, 0x64, 0xb9, 0x38, 0x5d, 0xf2, 0x8a, 0x03, 0x12, 0x93, 0xb3, 0x53, 0x4b, 0x84, 0x04, 0xb8, | 
					
						
							|  |  |  | 	0x98, 0x73, 0x8b, 0xd3, 0x25, 0x18, 0x15, 0x18, 0x35, 0x78, 0x82, 0x40, 0x4c, 0x23, 0x57, 0x2e, | 
					
						
							|  |  |  | 	0x2e, 0x97, 0xbc, 0xe2, 0xe0, 0xd4, 0xa2, 0xb2, 0xcc, 0xe4, 0x54, 0x21, 0x73, 0x2e, 0xd6, 0xc0, | 
					
						
							|  |  |  | 	0xd2, 0xd4, 0xa2, 0x4a, 0x21, 0x31, 0x3d, 0x24, 0x33, 0xf4, 0xe0, 0x06, 0x48, 0xe1, 0x10, 0x77, | 
					
						
							|  |  |  | 	0x62, 0x89, 0x62, 0x2a, 0x48, 0x4a, 0x62, 0x03, 0xdb, 0x6f, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, | 
					
						
							|  |  |  | 	0xf5, 0xd1, 0x3f, 0x26, 0x8c, 0x00, 0x00, 0x00, | 
					
						
							| 
									
										
										
										
											2017-02-14 22:20:20 -05:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // 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 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | // DnsServiceClient is the client API for DnsService service. | 
					
						
							|  |  |  | // | 
					
						
							|  |  |  | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. | 
					
						
							| 
									
										
										
										
											2017-02-14 22:20:20 -05:00
										 |  |  | type DnsServiceClient interface { | 
					
						
							|  |  |  | 	Query(ctx context.Context, in *DnsPacket, opts ...grpc.CallOption) (*DnsPacket, error) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | type dnsServiceClient struct { | 
					
						
							|  |  |  | 	cc *grpc.ClientConn | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func NewDnsServiceClient(cc *grpc.ClientConn) DnsServiceClient { | 
					
						
							|  |  |  | 	return &dnsServiceClient{cc} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (c *dnsServiceClient) Query(ctx context.Context, in *DnsPacket, opts ...grpc.CallOption) (*DnsPacket, error) { | 
					
						
							|  |  |  | 	out := new(DnsPacket) | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | 	err := c.cc.Invoke(ctx, "/coredns.dns.DnsService/Query", in, out, opts...) | 
					
						
							| 
									
										
										
										
											2017-02-14 22:20:20 -05:00
										 |  |  | 	if err != nil { | 
					
						
							|  |  |  | 		return nil, err | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return out, nil | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | // DnsServiceServer is the server API for DnsService service. | 
					
						
							| 
									
										
										
										
											2017-02-14 22:20:20 -05:00
										 |  |  | type DnsServiceServer interface { | 
					
						
							|  |  |  | 	Query(context.Context, *DnsPacket) (*DnsPacket, error) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func RegisterDnsServiceServer(s *grpc.Server, srv DnsServiceServer) { | 
					
						
							|  |  |  | 	s.RegisterService(&_DnsService_serviceDesc, srv) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func _DnsService_Query_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { | 
					
						
							|  |  |  | 	in := new(DnsPacket) | 
					
						
							|  |  |  | 	if err := dec(in); err != nil { | 
					
						
							|  |  |  | 		return nil, err | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	if interceptor == nil { | 
					
						
							|  |  |  | 		return srv.(DnsServiceServer).Query(ctx, in) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	info := &grpc.UnaryServerInfo{ | 
					
						
							|  |  |  | 		Server:     srv, | 
					
						
							|  |  |  | 		FullMethod: "/coredns.dns.DnsService/Query", | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	handler := func(ctx context.Context, req interface{}) (interface{}, error) { | 
					
						
							|  |  |  | 		return srv.(DnsServiceServer).Query(ctx, req.(*DnsPacket)) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return interceptor(ctx, in, info, handler) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | var _DnsService_serviceDesc = grpc.ServiceDesc{ | 
					
						
							|  |  |  | 	ServiceName: "coredns.dns.DnsService", | 
					
						
							|  |  |  | 	HandlerType: (*DnsServiceServer)(nil), | 
					
						
							|  |  |  | 	Methods: []grpc.MethodDesc{ | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			MethodName: "Query", | 
					
						
							|  |  |  | 			Handler:    _DnsService_Query_Handler, | 
					
						
							|  |  |  | 		}, | 
					
						
							|  |  |  | 	}, | 
					
						
							| 
									
										
										
										
											2019-02-11 14:46:53 +00:00
										 |  |  | 	Streams:  []grpc.StreamDesc{}, | 
					
						
							| 
									
										
										
										
											2017-02-14 22:20:20 -05:00
										 |  |  | 	Metadata: "dns.proto", | 
					
						
							|  |  |  | } |