ing
This commit is contained in:
@@ -34,7 +34,6 @@ import com.loafle.overflow.service.central.infra.InfraOSService;
|
||||
import com.loafle.overflow.service.central.noauthprobe.NoAuthProbeService;
|
||||
import com.loafle.overflow.service.central.probe.ProbeHostService;
|
||||
import com.loafle.overflow.service.central.probe.ProbeService;
|
||||
import com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package com.loafle.overflow.central.proxy;
|
||||
|
||||
import com.loafle.overflow.api.OverflowApiServerGrpc;
|
||||
import com.loafle.overflow.api.ServerInput;
|
||||
import com.loafle.overflow.api.ServerOutput;
|
||||
import com.loafle.overflow.central.api.CentralAPIGrpc;
|
||||
import com.loafle.overflow.central.api.ServerInput;
|
||||
import com.loafle.overflow.central.api.ServerOutput;
|
||||
import com.loafle.overflow.core.exception.OverflowException;
|
||||
|
||||
import io.grpc.*;
|
||||
@@ -56,7 +56,7 @@ public class ServiceProxy {
|
||||
}
|
||||
}
|
||||
|
||||
static class ServiceImpl extends OverflowApiServerGrpc.OverflowApiServerImplBase {
|
||||
static class ServiceImpl extends CentralAPIGrpc.CentralAPIImplBase {
|
||||
|
||||
private ServiceInvoker serviceInvoker;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user