Function
RegisterDpiInterfaceServer
(s grpc.ServiceRegistrar, srv DpiInterfaceServer)
Source from the content-addressed store, hash-verified
| 120 | } |
| 121 | |
| 122 | func RegisterDpiInterfaceServer(s grpc.ServiceRegistrar, srv DpiInterfaceServer) { |
| 123 | s.RegisterService(&DpiInterface_ServiceDesc, srv) |
| 124 | } |
| 125 | |
| 126 | func _DpiInterface_AddDeployment_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 127 | in := new(ServiceInfo) |
Tested by
no test coverage detected