Further consolidate the libraries
This commit is contained in:
		
							
								
								
									
										15
									
								
								server/grpc/debug.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								server/grpc/debug.go
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| package grpc | ||||
|  | ||||
| import ( | ||||
| 	"github.com/micro/go-micro/server" | ||||
| 	"github.com/micro/go-micro/server/debug" | ||||
| ) | ||||
|  | ||||
| // We use this to wrap any debug handlers so we preserve the signature Debug.{Method} | ||||
| type Debug struct { | ||||
| 	debug.DebugHandler | ||||
| } | ||||
|  | ||||
| func registerDebugHandler(s server.Server) { | ||||
| 	s.Handle(s.NewHandler(&Debug{s.Options().DebugHandler}, server.InternalHandler(true))) | ||||
| } | ||||
		Reference in New Issue
	
	Block a user