mirror of
				https://github.com/go-micro/go-micro.git
				synced 2025-10-30 23:27:41 +02:00 
			
		
		
		
	meh
This commit is contained in:
		| @@ -11,7 +11,6 @@ import ( | ||||
|  | ||||
| import ( | ||||
| 	context "context" | ||||
| 	api "go-micro.dev/v5/api" | ||||
| 	client "go-micro.dev/v5/client" | ||||
| 	server "go-micro.dev/v5/server" | ||||
| ) | ||||
| @@ -22,17 +21,10 @@ var _ = fmt.Errorf | ||||
| var _ = math.Inf | ||||
|  | ||||
| // Reference imports to suppress errors if they are not otherwise used. | ||||
| var _ api.Endpoint | ||||
| var _ context.Context | ||||
| var _ client.Option | ||||
| var _ server.Option | ||||
|  | ||||
| // Api Endpoints for Debug service | ||||
|  | ||||
| func NewDebugEndpoints() []*api.Endpoint { | ||||
| 	return []*api.Endpoint{} | ||||
| } | ||||
|  | ||||
| // Client API for Debug service | ||||
|  | ||||
| type DebugService interface { | ||||
|   | ||||
| @@ -11,7 +11,6 @@ import ( | ||||
|  | ||||
| import ( | ||||
| 	context "context" | ||||
| 	api "go-micro.dev/v5/api" | ||||
| 	client "go-micro.dev/v5/client" | ||||
| 	server "go-micro.dev/v5/server" | ||||
| ) | ||||
| @@ -28,17 +27,10 @@ var _ = math.Inf | ||||
| const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package | ||||
|  | ||||
| // Reference imports to suppress errors if they are not otherwise used. | ||||
| var _ api.Endpoint | ||||
| var _ context.Context | ||||
| var _ client.Option | ||||
| var _ server.Option | ||||
|  | ||||
| // Api Endpoints for Server service | ||||
|  | ||||
| func NewServerEndpoints() []*api.Endpoint { | ||||
| 	return []*api.Endpoint{} | ||||
| } | ||||
|  | ||||
| // Client API for Server service | ||||
|  | ||||
| type ServerService interface { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user