| 
																	
																	
																	
																 | 
																@ -0,0 +1,194 @@ | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// Code generated by protoc-gen-go.
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// source: rabbitmq.proto
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// DO NOT EDIT!
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																/* | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																Package rabbitmqrpc is a generated protocol buffer package. | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																It is generated from these files: | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	rabbitmq.proto | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																It has these top-level messages: | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	Request | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	Response | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																*/ | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																package rabbitmqrpc | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																import proto "github.com/chai2010/protorpc/proto" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																import math "math" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																import "io" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																import "log" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																import "net" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																import "net/rpc" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																import "time" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																import protorpc "github.com/chai2010/protorpc" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// Reference imports to suppress errors if they are not otherwise used.
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																var _ = proto.Marshal | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																var _ = math.Inf | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// 配置信息请求结构
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																type Request struct { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	Data             *string `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"` | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	Time             *string `protobuf:"bytes,2,opt,name=time" json:"time,omitempty"` | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	Sign             *string `protobuf:"bytes,3,opt,name=sign" json:"sign,omitempty"` | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	XXX_unrecognized []byte  `json:"-"` | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (m *Request) Reset()         { *m = Request{} } | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (m *Request) String() string { return proto.CompactTextString(m) } | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (*Request) ProtoMessage()    {} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (m *Request) GetData() string { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if m != nil && m.Data != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		return *m.Data | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	return "" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (m *Request) GetTime() string { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if m != nil && m.Time != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		return *m.Time | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	return "" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (m *Request) GetSign() string { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if m != nil && m.Sign != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		return *m.Sign | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	return "" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// 配置信息响应结构
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																type Response struct { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	Data             *string `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"` | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	Time             *string `protobuf:"bytes,2,opt,name=time" json:"time,omitempty"` | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	Sign             *string `protobuf:"bytes,3,opt,name=sign" json:"sign,omitempty"` | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	XXX_unrecognized []byte  `json:"-"` | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (m *Response) Reset()         { *m = Response{} } | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (m *Response) String() string { return proto.CompactTextString(m) } | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (*Response) ProtoMessage()    {} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (m *Response) GetData() string { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if m != nil && m.Data != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		return *m.Data | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	return "" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (m *Response) GetTime() string { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if m != nil && m.Time != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		return *m.Time | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	return "" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (m *Response) GetSign() string { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if m != nil && m.Sign != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		return *m.Sign | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	return "" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func init() { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																type RabbitmqService interface { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	Send(in *Request, out *Response) error | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// AcceptRabbitmqServiceClient accepts connections on the listener and serves requests
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// for each incoming connection.  Accept blocks; the caller typically
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// invokes it in a go statement.
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func AcceptRabbitmqServiceClient(lis net.Listener, x RabbitmqService) { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	srv := rpc.NewServer() | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if err := srv.RegisterName("RabbitmqService", x); err != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		log.Fatal(err) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	for { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		conn, err := lis.Accept() | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		if err != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																			log.Fatalf("lis.Accept(): %v\n", err) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		go srv.ServeCodec(protorpc.NewServerCodec(conn)) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// RegisterRabbitmqService publish the given RabbitmqService implementation on the server.
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func RegisterRabbitmqService(srv *rpc.Server, x RabbitmqService) error { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if err := srv.RegisterName("RabbitmqService", x); err != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		return err | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	return nil | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// NewRabbitmqServiceServer returns a new RabbitmqService Server.
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func NewRabbitmqServiceServer(x RabbitmqService) *rpc.Server { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	srv := rpc.NewServer() | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if err := srv.RegisterName("RabbitmqService", x); err != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		log.Fatal(err) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	return srv | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// ListenAndServeRabbitmqService listen announces on the local network address laddr
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// and serves the given RabbitmqService implementation.
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func ListenAndServeRabbitmqService(network, addr string, x RabbitmqService) error { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	lis, err := net.Listen(network, addr) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if err != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		return err | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	defer lis.Close() | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	srv := rpc.NewServer() | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if err := srv.RegisterName("RabbitmqService", x); err != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		return err | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	for { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		conn, err := lis.Accept() | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		if err != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																			log.Fatalf("lis.Accept(): %v\n", err) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		go srv.ServeCodec(protorpc.NewServerCodec(conn)) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																type RabbitmqServiceClient struct { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	*rpc.Client | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// NewRabbitmqServiceClient returns a RabbitmqService rpc.Client and stub to handle
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// requests to the set of RabbitmqService at the other end of the connection.
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func NewRabbitmqServiceClient(conn io.ReadWriteCloser) (*RabbitmqServiceClient, *rpc.Client) { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	c := rpc.NewClientWithCodec(protorpc.NewClientCodec(conn)) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	return &RabbitmqServiceClient{c}, c | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func (c *RabbitmqServiceClient) Send(in *Request, out *Response) error { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	return c.Call("RabbitmqService.Send", in, out) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// DialRabbitmqService connects to an RabbitmqService at the specified network address.
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func DialRabbitmqService(network, addr string) (*RabbitmqServiceClient, *rpc.Client, error) { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	c, err := protorpc.Dial(network, addr) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if err != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		return nil, nil, err | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	return &RabbitmqServiceClient{c}, c, nil | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// DialRabbitmqServiceTimeout connects to an RabbitmqService at the specified network address.
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																func DialRabbitmqServiceTimeout(network, addr string, | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	timeout time.Duration) (*RabbitmqServiceClient, *rpc.Client, error) { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	c, err := protorpc.DialTimeout(network, addr, timeout) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if err != nil { | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		return nil, nil, err | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	return &RabbitmqServiceClient{c}, c, nil | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} |